Upload a manim script and generate an animation
-
Clone this repository to your local machine:
git clone https://github.com/puravparab/Script2Scene.git
-
Navigate to the project directory:
cd Script2Scene
-
Run the shell script:
./run.sh
-
Open your browser and go to http://127.0.0.1:5000/.
-
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:
chmod +x run.sh