An open API service indexing awesome lists of open source software.

https://github.com/hesamsheikh/animai-trainer

Train an LLM to generate cracked Manim animations for mathematical concepts.
https://github.com/hesamsheikh/animai-trainer

fine-tuning llm machine-learning manim mathematics python

Last synced: 4 months ago
JSON representation

Train an LLM to generate cracked Manim animations for mathematical concepts.

Awesome Lists containing this project

README

          


AnimAI-Trainer Logo

AnimAI-Trainer



Train an LLM to generate cracked Manim animations for mathematical concepts.

[![GitHub stars](https://img.shields.io/github/stars/hesamsheikh/AnimAI-Trainer?style=social)](https://github.com/hesamsheikh/AnimAI-Trainer/stargazers)
[![Twitter Follow](https://img.shields.io/twitter/follow/Hesamation?style=social)](https://twitter.com/Hesamation)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Overview

AnimAI-Trainer is the training module for AnimAI, a framework for generating manim visualizations given a text prompt.

In this repository, we will be handling the data processing, and the model training.

## Plan of Attack (Not definitive)

- ✅ Run manim code string and get the output.
- ✅ Implement a verfier to check for object overlap.
- Process open source manim datasets from Hugging Face, and prepare them for training.
- Train the model.
- Release the model.