/coffeeservice-ai

🤖 CoffeeBot, created based on the ChatGPT model. It was developed using prompt engineering techniques.

Primary LanguagePython

CoffeeBot

🤖 CoffeeBot, created based on the ChatGPT model. It was developed using prompt engineering techniques.

Installation

  1. Clone the repository
git clone https://github.com/tunardev/coffeeservice-ai.git
  1. Navigate to the project directory
cd coffeeservice-ai
  1. Create a virtual environment
virtualenv venv
source venv/bin/activate
  1. Install the dependencies
pip install -r requirements.txt

Usage

To start the API, run the following command:

uvicorn app.main:app --reload