This is an AI Chatbot that helps you find the best deals on Amazon and Ebay.
This App is built with Llama Index, Streamlit and OpenAI GPT.
-
You will need python installed and knowledge of python.
-
To get to use Best Deals AI first you need to get to the repository.
-
Clone the project.
-
Once you are done with cloning and project is on your device.
-
Get into the project folder (cd into project).
-
Installing Llama Index and other Modules
python3 -m venv virtual
pip install -r requirements.txt
-
create a .env file with your Open AI key:
OPENAI_API_KEY=
-
On your bash terminal Run the command:-
- streamlit run main.py
This project can be further improved, so feel free to make improvements and make a PR if you would like to contribute.