euler314 commited on
Commit
2bdb7ce
·
verified ·
1 Parent(s): 4429e1c

Upload 5 files

Browse files
Files changed (4) hide show
  1. README.md +7 -9
  2. app.py +0 -0
  3. packages.txt +10 -0
  4. requirements.txt +25 -0
README.md CHANGED
@@ -1,14 +1,12 @@
1
  ---
2
- title: Manim Builder
3
- emoji: 🏆
4
- colorFrom: blue
5
- colorTo: gray
6
  sdk: streamlit
7
- sdk_version: 1.44.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
- short_description: 'can run all kinds of manim code '
12
- ---
13
-
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Manim Build
3
+ emoji: 🐢
4
+ colorFrom: red
5
+ colorTo: green
6
  sdk: streamlit
7
+ sdk_version: 1.42.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
+ short_description: build manim animation
12
+ ---
 
 
app.py ADDED
The diff for this file is too large to render. See raw diff
 
packages.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ libcairo2-dev
2
+ pkg-config
3
+ python3-dev
4
+ libpango1.0-dev
5
+ ffmpeg
6
+ texlive-latex-recommended
7
+ texlive-fonts-recommended
8
+ texlive-latex-extra
9
+ fonts-dejavu-core
10
+ libsndfile1
requirements.txt ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies
2
+ streamlit>=1.25.0
3
+ manim>=0.17.3
4
+ numpy>=1.22.0
5
+ Pillow>=9.0.0
6
+ matplotlib
7
+ plotly
8
+ # UI enhancements
9
+ streamlit-ace>=0.1.1
10
+
11
+ # AI and code generation
12
+ transformers>=4.30.0
13
+ torch>=2.0.0
14
+
15
+ # Rendering and media processing
16
+ ffmpeg-python>=0.2.0
17
+ moviepy>=1.0.3
18
+
19
+ # Utilities
20
+ pygments>=2.15.1
21
+ websockets>=10.3
22
+ markdown
23
+ # Better performance
24
+ opencv-python>=4.8.0
25
+ schedule