Kartikay Khosla commited on
Commit
fa6d5e9
·
1 Parent(s): b8f5633

Fix: proper requirements.txt for Hugging Face

Browse files
Files changed (2) hide show
  1. app.sh +2 -2
  2. requirements.txt +19 -0
app.sh CHANGED
@@ -1,3 +1,3 @@
1
  #!/bin/bash
2
- streamlit run app.py --server.port $PORT --server.address 0.0.0.0
3
-
 
1
  #!/bin/bash
2
+ python -m spacy download en_core_web_trf
3
+ python -c "import stanza; stanza.download('hi'); stanza.download('ta')"
requirements.txt ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {\rtf1\ansi\ansicpg1252\cocoartf2761
2
+ \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
3
+ {\colortbl;\red255\green255\blue255;}
4
+ {\*\expandedcolortbl;;}
5
+ \paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0
6
+ \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
7
+
8
+ \f0\fs24 \cf0 streamlit\
9
+ transformers\
10
+ torch\
11
+ spacy\
12
+ stanza\
13
+ langdetect\
14
+ python-docx\
15
+ pandas\
16
+ matplotlib\
17
+ beautifulsoup4\
18
+ xlsxwriter\
19
+ }