--- license: mit --- # SoftDrinks AI This repository contains the code for SoftDrinks AI, an advanced AI model designed for various tasks related to soft drinks.Follow these steps to set up and run the project on your local machine. ### Step 1: Clone the Repository ```bash git clone https://github.com/yourusername/SoftDrinks_AI.git ``` ### Step 2: Change Directory to the Project ```bash cd SoftDrinks_AI ``` ### Step 3: Install All Dependencies ```bash pip install -r requirements.txt ``` ### Step 4: Run the Project on a Local Server ```bash python api.py ```