marquesafonso commited on
Commit
84b4e4e
·
1 Parent(s): f6ee872

update readme

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ## Multilang ASR Captioner
2
 
3
- A multilingual automatic speech recognition and video captioning CLI tool using faster whisper on cpu.
4
 
5
  ## Requirements and Instalations
6
 
@@ -43,7 +43,9 @@ A FastAPI API is also made available.
43
  To start the API run:
44
 
45
  ```
46
- pipenv run uvicorn main:app --reload
47
  ```
48
 
49
- Then check the [submit_video](http://127.0.0.1:8000/submit_video/) endpoint.
 
 
 
1
  ## Multilang ASR Captioner
2
 
3
+ A multilingual automatic speech recognition and video captioning tool using faster whisper on cpu.
4
 
5
  ## Requirements and Instalations
6
 
 
43
  To start the API run:
44
 
45
  ```
46
+ pipenv run python main.py
47
  ```
48
 
49
+ Then check the [landing page](http://127.0.0.1:8000).
50
+
51
+ From there you will see the [submit_video endpoint](http://127.0.0.1:8000/submit_video/) and the [documentation](http://127.0.0.1:8000/docs/)