Text Summarizer and Tweet Generator A simple desktop app that summarizes text, articles, or YouTube videos and generates SEO-friendly tweets.
Requirements
Ollama installed and running LLaMA 3 8B model installed
Getting Started
Clone this repository and navigate to the project directory. Install the required packages by running pip install -r requirements.txt. Run the app using python llamasum.py.
Building an Executable (Mac only)
Install PyInstaller using pip install pyinstaller. Run pyinstaller llamasum.spec to build an executable. Find the executable in the dist directory.
Features
Summarize text, articles, or YouTube videos Generate SEO-friendly tweets based on the summarized text Customizable prompts for summarization and tweet generation Follow me on Twitter @dylanpaulwhite