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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -2,3 +2,9 @@
2
  license: mit
3
  ---
4
  ## Sentiment Analysis API
 
 
 
 
 
 
 
2
  license: mit
3
  ---
4
  ## Sentiment Analysis API
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