https://github.com/dilzilla/llamasum
Simple Summarizer Tool using Llama 3 8b.
https://github.com/dilzilla/llamasum
ai llama3 llm machine-learning macosx summarization
Last synced: about 1 year ago
JSON representation
Simple Summarizer Tool using Llama 3 8b.
- Host: GitHub
- URL: https://github.com/dilzilla/llamasum
- Owner: dilzilla
- License: cc0-1.0
- Created: 2024-05-12T19:57:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T06:05:15.000Z (about 2 years ago)
- Last Synced: 2025-05-08T16:58:19.884Z (about 1 year ago)
- Topics: ai, llama3, llm, machine-learning, macosx, summarization
- Language: Python
- Homepage: https://twitter.com/dylanpaulwhite
- Size: 15.6 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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