Skip to content

Govind-S-B/ppt_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPT Generator

A local LLM assisted ppt generation tool

Why

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.

Running Locally

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

Releases

No releases published

Packages

No packages published

Languages