Skip to content

sudonym-sudo/CNZ-Shopping

 
 

Repository files navigation

CNZ Shopping

How to run the chatbot:

01: Set Up Virtual Environment

run these commands in the terminal (make shure that you are inside the project directory):

    python -m venv venv
    source venv/bin/activate

02: Set Up .env

create a file called .env inside the project, and add the following code

   OPENAI_API_KEY="your-api-key-here" # replace with api key
   SERPAPI_KEY="your-api-key-here"
   HTTP_PORT=5899  

03: Start HTTP Server

run:

./scripts/run.sh

wait a min for the dependences to install, then open the port that is provided to you in the terminal, message should say something like:

 [INFO] Listening at: http://0.0.0.0:5899 (40666)

About

AI autoshopping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 32.1%
  • JavaScript 30.3%
  • Python 22.5%
  • HTML 14.0%
  • Other 1.1%