Commit
·
f4e91ad
1
Parent(s):
41d626c
Update README.md
Browse files
README.md
CHANGED
@@ -14,5 +14,6 @@ Run the Google Colab notebook (Runtime = "GPU") (https://colab.research.google.c
|
|
14 |
3) Changing Adam optimizer rate
|
15 |
|
16 |
### Usage
|
17 |
-
1)
|
18 |
-
2)
|
|
|
|
14 |
3) Changing Adam optimizer rate
|
15 |
|
16 |
### Usage
|
17 |
+
1) Clone te repository
|
18 |
+
2) Set up the conda environment with requirements.txt
|
19 |
+
3) In terminal, run the command- uvivorn sentiment_analyzer.api:app --reload
|