/Script2Scene

upload a manim script and generate an animation

Primary LanguagePython

Script2Scene

Upload a manim script and generate an animation

Getting Started

  1. Clone this repository to your local machine:

    git clone https://github.com/puravparab/Script2Scene.git
  2. Navigate to the project directory:

    cd Script2Scene
  3. Run the shell script:

    ./run.sh
  4. Open your browser and go to 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:

     chmod +x run.sh