Commit
·
84b4e4e
1
Parent(s):
f6ee872
update readme
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
## Multilang ASR Captioner
|
2 |
|
3 |
-
A multilingual automatic speech recognition and video captioning
|
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
|
47 |
```
|
48 |
|
49 |
-
Then check the [
|
|
|
|
|
|
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/)
|