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.
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/)
To get started with the Open-source AI equipped PowerPoint Generator, follow these steps:
- conda and python 3.10 (recommend)
conda create -n aippt python=3.10 -y - Clone the repository
git clone https://github.com/nanofatdog/Generate_PPT_using_deepseek_api.git- Install the required dependencies:
cd Generate_PPT_using_deepseek_api
pip install -r requirements.txt- open .env (linux use nano .env)
DEEPSEEK_API_KEY=your_api_key_here << input your deepseek api
- Run the Streamlit application
streamlit run FINAL_app.pyThe 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 8501Contributions 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.
This project is licensed under the MIT License - see the LICENSE file for details.
