An AI Agent that helps you shop.
If you don’t have Python installed, download it here.
-
Clone this repository.
-
Navigate to the project directory:
cd shoppy
- Create a new virtual environment:
virtualenv virt
source virt/bin/activate
- Install the requirements:
pip install -r requirements/cli.txt
- Make a copy of the example environment variables file
cp .env.example .env
- Add your OpenAI API key to the newly created .env file
- Run the application
./cli.sh
All contributions are welcome! Reach out for more information.