https://github.com/puravparab/script2scene
upload a manim script and generate an animation
https://github.com/puravparab/script2scene
flask manim python
Last synced: about 2 months ago
JSON representation
upload a manim script and generate an animation
- Host: GitHub
- URL: https://github.com/puravparab/script2scene
- Owner: puravparab
- Created: 2024-03-10T08:09:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-10T11:55:27.000Z (over 1 year ago)
- Last Synced: 2025-03-26T16:21:28.056Z (3 months ago)
- Topics: flask, manim, python
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Script2Scene
Upload a manim script and generate an animation## Getting Started
1. Clone this repository to your local machine:
```bash
git clone https://github.com/puravparab/Script2Scene.git
```2. Navigate to the project directory:
```bash
cd Script2Scene
```3. Run the shell script:
```bash
./run.sh
```4. Open your browser and go to [http://127.0.0.1:5000/](http://127.0.0.1:5000/).
## Notes
- Ensure that your Python installation is in your system's `PATH`.
- If you encounter permission issues, you may need to make the shell script executable:```bash
chmod +x run.sh
```