Skip to content

nrcrews/ShoppingAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping Agent

An AI Agent that helps you shop.

Repository Setup

If you don’t have Python installed, download it here.

  1. Clone this repository.

  2. Navigate to the project directory:

cd shoppy
  1. Create a new virtual environment:
virtualenv virt
source virt/bin/activate
  1. Install the requirements:
pip install -r requirements/cli.txt
  1. Make a copy of the example environment variables file
cp .env.example .env
  1. Add your OpenAI API key to the newly created .env file

CLI Execution

  1. Run the application
./cli.sh

Contributing

All contributions are welcome! Reach out for more information.

About

AI Agent that finds products you love.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published