🤖 CoffeeBot, created based on the ChatGPT model. It was developed using prompt engineering techniques.
- Clone the repository
git clone https://github.com/tunardev/coffeeservice-ai.git
- Navigate to the project directory
cd coffeeservice-ai
- Create a virtual environment
virtualenv venv
source venv/bin/activate
- Install the dependencies
pip install -r requirements.txt
To start the API, run the following command:
uvicorn app.main:app --reload