neotran commited on
Commit
1625829
·
verified ·
1 Parent(s): ada73b6

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. .gitignore +21 -0
  2. requirements.txt +54 -3
.gitignore ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python-generated files
2
+ __pycache__/
3
+ *.py[oc]
4
+ build/
5
+ dist/
6
+ wheels/
7
+ *.egg-info
8
+
9
+ # Virtual environments
10
+ .venv
11
+
12
+ temp
13
+ truyen*
14
+
15
+ notebook/Ruby_*
16
+ notebook/RL_*
17
+ notebook/Luca_*
18
+ notebook/all
19
+ notebook/done
20
+
21
+ .DS_Store
requirements.txt CHANGED
@@ -1,3 +1,54 @@
1
- gradio>=3.0.0
2
- numpy>=1.20.0
3
- Pillow>=9.0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ annotated-types==0.7.0
3
+ anyio==4.9.0
4
+ certifi==2025.4.26
5
+ charset-normalizer==3.4.2
6
+ click==8.2.1
7
+ fastapi==0.115.12
8
+ ffmpy==0.6.0
9
+ filelock==3.18.0
10
+ fsspec==2025.5.1
11
+ gradio==5.33.0
12
+ gradio_client==1.10.2
13
+ groovy==0.1.2
14
+ h11==0.16.0
15
+ hf-xet==1.1.3
16
+ httpcore==1.0.9
17
+ httpx==0.28.1
18
+ huggingface-hub==0.32.4
19
+ idna==3.10
20
+ Jinja2==3.1.6
21
+ markdown-it-py==3.0.0
22
+ MarkupSafe==3.0.2
23
+ mdurl==0.1.2
24
+ numpy==2.2.6
25
+ orjson==3.10.18
26
+ packaging==25.0
27
+ pandas==2.3.0
28
+ pillow==11.2.1
29
+ pydantic==2.11.5
30
+ pydantic_core==2.33.2
31
+ pydub==0.25.1
32
+ Pygments==2.19.1
33
+ python-dateutil==2.9.0.post0
34
+ python-multipart==0.0.20
35
+ pytz==2025.2
36
+ PyYAML==6.0.2
37
+ requests==2.32.3
38
+ rich==14.0.0
39
+ ruff==0.11.13
40
+ safehttpx==0.1.6
41
+ semantic-version==2.10.0
42
+ shellingham==1.5.4
43
+ six==1.17.0
44
+ sniffio==1.3.1
45
+ starlette==0.46.2
46
+ tomlkit==0.13.3
47
+ tqdm==4.67.1
48
+ typer==0.16.0
49
+ typing-inspection==0.4.1
50
+ typing_extensions==4.14.0
51
+ tzdata==2025.2
52
+ urllib3==2.4.0
53
+ uvicorn==0.34.3
54
+ websockets==15.0.1