Soumen commited on
Commit
bd18577
1 Parent(s): 61acbbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -18,13 +18,13 @@ To perform basic and useful NLP task with Streamlit, Spacy, Textblob and Gensim
18
  """
19
  # Core Pkgs
20
  import os
21
- os.system('sudo apt-get install tesseract-ocr-eng')
22
- os.system('sudo apt-get install tesseract-ocr-ben')
23
- #os.system('sudo apt update')
24
- os.system('wget https://github.com/tesseract-ocr/tessdata/raw/main/ben.traineddata')
25
- os.system('gunzip ben.traineddata.gz ')
26
- os.system('sudo mv -v ben.traineddata /usr/local/share/tessdata/')
27
- os.system('pip install -q pytesseract')
28
  import streamlit as st
29
  import os
30
  import torch
 
18
  """
19
  # Core Pkgs
20
  import os
21
+ #os.system('sudo apt-get install tesseract-ocr-eng')
22
+ #os.system('sudo apt-get install tesseract-ocr-ben')
23
+
24
+ #os.system('wget https://github.com/tesseract-ocr/tessdata/raw/main/ben.traineddata')
25
+ #os.system('gunzip ben.traineddata.gz ')
26
+ #os.system('sudo mv -v ben.traineddata /usr/local/share/tessdata/')
27
+ #os.system('pip install -q pytesseract')
28
  import streamlit as st
29
  import os
30
  import torch