Skip to content

thetanav/text2video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text2video

This is a simple web application that uses the Manim library to generate animations from text descriptions. The application is built using the FastAPI as backend and Next.js as frontend.

Installation

  1. Clone the repository:
git clone https://github.com/tanavposwal/text2video.git
  1. Install the required dependencies:
cd server && pip install -r requirements.txt
cd frontend && npm install
  1. Start the development server:
cd server && uvicorn server.main:app --reload
  1. Start the frontend server:
cd frontend && npm run dev

Usage

To generate an animation, send a POST request to the /generate endpoint with a JSON payload containing the url to the video.

About

Text to Video illustrations with manim ai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published