Skip to content

bilelsgh/explainme

Repository files navigation

Explain me!

Python Code style: black Imports: isort pre-commit

Generate videos to explain a concept. Powered by Mistral models, based on Manim.

alt text

Run

  1. Install the requirements and LaTeX

  2. Set config/conf.yaml

llm_api:
  key: <your-api-key>
  model_name: <model-name> # among the ones available - check clients/llmclient.py
  1. You can use the Streamlit interface..
streamlit run frontend/app.py
  1. ..or simply use the main file
python main.py

About

Generate videos with LLM to simply explain a concept

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages