Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 855 Bytes

README.md

File metadata and controls

32 lines (16 loc) · 855 Bytes

Best Deals AI

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.

Working With Best Deals AI

  1. You will need python installed and knowledge of python.

  2. To get to use Best Deals AI first you need to get to the repository.

  3. Clone the project.

  4. Once you are done with cloning and project is on your device.

  5. Get into the project folder (cd into project).

  6. Installing Llama Index and other Modules

    python3 -m venv virtual

    pip install -r requirements.txt

  7. create a .env file with your Open AI key: OPENAI_API_KEY=

  8. 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.