aiyubali commited on
Commit
48a17e3
·
1 Parent(s): 7f4d7c9

Redme updated

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # SoftDrinks AI
6
+
7
+ 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.
8
+
9
+ ### Step 1: Clone the Repository
10
+
11
+ ```bash
12
+ git clone https://github.com/yourusername/SoftDrinks_AI.git
13
+ ```
14
+
15
+ ### Step 2: Change Directory to the Project
16
+
17
+ ```bash
18
+ cd SoftDrinks_AI
19
+ ```
20
+
21
+ ### Step 3: Install All Dependencies
22
+
23
+ ```bash
24
+ pip install -r requirements.txt
25
+ ```
26
+
27
+ ### Step 4: Run the Project on a Local Server
28
+
29
+ ```bash
30
+ python api.py
31
+ ```
32
+
33
+