Skip to content

Arnie016/Gemini-Hack-Manim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NorthStar UI

NorthStar

NorthStar turns one prompt into a rendered Manim explainer with an agentic flow: Plan -> Approve -> Code -> Render.

Built by Arnav Salkade.

NorthStar UI

Links

Why Gemini matters

  • Plans scenes (structured JSON)
  • Writes Manim code from the approved plan
  • Diagnoses render failures and repairs/retries

Run (local backend)

cd "/Users/hema/Desktop/Gemini-Hack-Manim"
python3 -m venv .venv && source .venv/bin/activate
python -m pip install -U pip -r requirements.txt
python -m pip install manim
brew install ffmpeg
export GEMINI_API_KEY="YOUR_KEY"
python -m uvicorn backend.main:app --reload --port 8000

Open http://127.0.0.1:8000
Output files: work/jobs/<job_id>/
Credits: Manim by Grant Sanderson (3Blue1Brown) + Manim Community.

Devpost tags

gemini-api manim education edtech ai-video multimodal-ai fastapi python creator-tools scientific-visualization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors