Giter Club home page Giter Club logo

ppt_generator's Introduction

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

ppt_generator's People

Contributors

govind-s-b avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ppt_generator's Issues

Missing requirements.txt

In the installation instructions a requirements.txt is mentioned but there is none available.

Embedded Presentation Preview in Streamlit

Streamlit supports custom widgets , a custom widget that can preview presentations before downloading will be good to have to check out the generated response and regenerate if needed successively

Reducing Number of Prompt Cycles to improve efficiency while not impacting response quality

Right now at certain parts , the input is generated via 2 steps . One is the content generation and the other is a formatter which are two steps to just generate a list of items to be rendered on the presentation.

Trying new models and implementing the Grammar functionality from llama.cpp might help with this situation of reducing the number of prompts needed

Webscraper Integration to generate more accurate information

A webscaper + embedding search to generate more accurate information (optional since this will further slowdown the processing time).

It needs to for each slide web search the topic subtopic and title it generated and write content based on that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.