Update README.md
Browse files
README.md
CHANGED
@@ -35,3 +35,19 @@ cd ..
|
|
35 |
python app.py
|
36 |
```
|
37 |
- Your app will run at `localhost:7860`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
python app.py
|
36 |
```
|
37 |
- Your app will run at `localhost:7860`
|
38 |
+
|
39 |
+
## Denpendencies Enviroment
|
40 |
+
- Python version: 3.10.12
|
41 |
+
- Libraries verions:
|
42 |
+
```bash
|
43 |
+
pandas==2.2.3
|
44 |
+
numpy==1.26.4
|
45 |
+
matplotlib==3.7.5
|
46 |
+
scikit-learn==1.2.2
|
47 |
+
gensim==4.3.3
|
48 |
+
underthesea==6.8.4
|
49 |
+
tensorflow==2.17.1
|
50 |
+
datasets==3.3.1
|
51 |
+
torch==2.5.1+cu121
|
52 |
+
transformers==4.47.0
|
53 |
+
```
|