https://github.com/jmcrafter26/marp-ai
Marp AI - Generate presentations using Ollama AI and Marp
https://github.com/jmcrafter26/marp-ai
ai automation ollama presentation
Last synced: 2 months ago
JSON representation
Marp AI - Generate presentations using Ollama AI and Marp
- Host: GitHub
- URL: https://github.com/jmcrafter26/marp-ai
- Owner: JMcrafter26
- License: mit
- Created: 2024-12-14T16:42:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T17:11:27.000Z (6 months ago)
- Last Synced: 2025-02-08T17:28:36.427Z (4 months ago)
- Topics: ai, automation, ollama, presentation
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marp AI - Generate slides using Ollama AI and Marp
>This is just a simple proof of concept to generate slides using Ollama AI.
## How to use
1. Clone this repository
2. Use pip to install the required packages `pip install -r requirements.txt`
3. Download Marp from [Github](https://github.com/marp-team/marp-cli/releases)
4. Make sure ollama is running on your local machine
5. Run the script `python main.py`## How it works
The script generates a markdown file with the content from the Ollama API and then uses Marp to generate the slides. It's really that simple.
## Example
There is an example in the `demo` folder.
## Disclaimer
This is just a proof of concept and should not be used in production. The code is not optimized and there are no error handling. Use at your own risk. Always make sure to check the generated slides before using them in a presentation.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- [Ollama](https://ollama.com/)
- [Marp](https://marp.app/)