A local LLM assisted ppt generation tool
Writing presentations for course assignments is just boilerplate work most often, especially when even the lecturers dont even care about it. Thats why I automated the boilerplate work, just enter a topic and the tool generates a simple presentation , enough to satisfy the base course requirement.
install ollama
and have it up and running with command ollama serve
( applicable to some systems only )
download the required model ( this can be changed in this line )
ollama pull dolphin2.1-mistral
clone the repo and move into the directory
git clone https://github.com/Govind-S-B/ppt_generator.git
cd ppt_generator
install the required python dependencies
pip install -r requirements.txt
run the streamlit app
streamlit run main.py