Skip to content

Use AI to create your Presentations using deepseek api

License

nanofatdog/Generate_PPT_using_deepseek_api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use llm's api deepseek to create powerpoint presentations.

AI PowerDeck: Your Dynamic Presentation Partner

Overview

This developer is a dyslexic who developed this program in the hopes of helping others. This program is not intended for sale or profit.

This program is designed for creating prototypes of content for presentation work using ai deepseek api. It is only for creating basic content of the work. It is suitable for use as a guideline for creating presentations.

Tech Stack Used

The following technologies and libraries were used in the development of this chatbot:

Python: Programming language used for the implementation.

API Used: Deepseek api (https://platform.deepseek.com/)

image

Getting Started

To get started with the Open-source AI equipped PowerPoint Generator, follow these steps:

  1. conda and python 3.10 (recommend)
 conda create -n aippt python=3.10 -y 
  1. Clone the repository
git clone https://github.com/nanofatdog/Generate_PPT_using_deepseek_api.git
  1. Install the required dependencies:
cd Generate_PPT_using_deepseek_api
pip install -r requirements.txt
  1. open .env (linux use nano .env)
 DEEPSEEK_API_KEY=your_api_key_here  << input your deepseek api
  1. Run the Streamlit application
streamlit run FINAL_app.py

Usage

The application uses a simple command-line interface. Enter your topic, and the application will generate a Power point presentation for you.

  http://localhost:8501  # your pc IP  port 8501

Contributing

Contributions to this project are welcome! If you have ideas for improvements, bug fixes, or new features, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Use AI to create your Presentations using deepseek api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%