ShopBot Pro is an advanced smart chatbot designed to enhance your online shopping experience. Developed as an LLM-based QA (Question-Answering) system, ShopBot Pro is here to make your shopping journey smoother and more informed.
- Langchain
- Google PaLM
- InstructorEmbedding
-
Create a file named
.env
in the root directory of your project -
Open the
.env
file. Replace 'YOUR_GOOGLE_API_KEY' with your actual Google API Key obtained from the Google Developer Console. GOOGLE_API_KEY='YOUR_GOOGLE_API_KEY' -
Save the
.env
file.
pip install pipenv
pipenv install
pipenv shell
You might need to use python3 -m
before pipenv
in some cases.
streamlit run main.py
Before installing modules, use exit
command to exit the shell, then run the following:
pipenv install <module>
then use pipenv shell
to activate the shell back again. This will add the required modules to the Pipfile as well.