paarthmadan commited on
Commit
68a0ad1
·
1 Parent(s): b1ff9bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -5,6 +5,9 @@ license: mit
5
 
6
  This is the deployment part of the project.
7
 
 
 
 
8
  ### Usage
9
  1) Set up the conda environment with dependencies
10
  2) In terminal, run the command- uvivorn sentiment_analyzer.api:app --reload
 
5
 
6
  This is the deployment part of the project.
7
 
8
+ ### Training:
9
+ Run the Google Colab notebook (Runtime = "GPU") (https://colab.research.google.com/drive/1EuF5FDl1X8VnuOO5RxzmM0c9TbtQrVm9?usp=sharing)
10
+
11
  ### Usage
12
  1) Set up the conda environment with dependencies
13
  2) In terminal, run the command- uvivorn sentiment_analyzer.api:app --reload