DebasishDhal99 commited on
Commit
3f34c86
·
1 Parent(s): 37c2138

Modify readme

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -17,12 +17,8 @@ short_description: Convert text/image/audio/video from src language to English
17
  ****************************
18
  Replication
19
  - Requirements
20
- - Free API Key from https://detectlanguage.com/ for automatic language detection from text.
21
- - GPU for `Whisper` model inference. It's slower in CPU.
22
- - Notes
23
- - `pytesseract` library (For image-to-text) is easier to install in linux machines.
24
- - If you have GPU, you can go for more sophisticated image-to-text models.
25
- - The image-to-text setup works best for non-decorative and normal sized fonts.
26
  *******
27
 
28
  The space consists of 2 parts: -
 
17
  ****************************
18
  Replication
19
  - Requirements
20
+ - No special requirements
21
+ - Just clone the repo and it'll work on any machine.
 
 
 
 
22
  *******
23
 
24
  The space consists of 2 parts: -