An open API service indexing awesome lists of open source software.

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

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
```