manim-generator
Automatic LLM-based video generation using the manim library. Usage of a code-writer and code-reviewer feedback loop with execution logs.
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- embedding_space.txt
- llm_explainer.txt
- excalidraw_flow.excalidraw
- flow.png
- init_prompt.txt
- review_prompt.txt
- review_prompt_enhanced.txt
- __init__.py
- config.py
- file.py
- llm.py
- parsing.py
- prompt.py
- rendering.py
- usage.py
- video.py
- __init__.py
- __main__.py
- artifacts.py
- console.py
- main.py
- manual_render.py
- workflow.py
- test_artifacts.py
- test_cli_integration.py
- test_console.py
- test_llm.py
- test_prompt.py
- test_rendering.py
- test_usage.py
- test_workflow.py
- .env.example
- .gitignore
- .pre-commit-config.yaml
- .python-version
- AGENTS.md
- LICENSE
- pyproject.toml
- pytest.ini
- README.md
- requirements.txt
- uv.lock
- video_data.txt
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/makefinks/manim-generator
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd manim-generator
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Chocolatey Windows용 패키지 매니저입니다.
- Homebrew macOS/Linux용 패키지 매니저입니다.
choco install ffmpeg
Chocolatey로 바로 설치합니다 (Windows).
choco install miktex
Chocolatey로 바로 설치합니다 (Windows).
brew install ffmpeg
Homebrew로 이미 빌드된 패키지를 바로 설치합니다. 소스 빌드가 필요 없습니다.
brew install --cask mactex
Homebrew로 이미 빌드된 패키지를 바로 설치합니다. 소스 빌드가 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
python -m venv .venv
파이썬 스크립트(또는 모듈)를 실행합니다.
pip install -e .
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python -m manim_generator.main
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
