mirror of
https://github.com/aljazceru/vibeline.git
synced 2026-01-09 09:34:42 +01:00
01642ba7719b3a4fb525d585e60e7d427ca0b97d
VibeLine
VibeLine is a powerful voice memo processing system that uses AI to extract meaningful content from your voice recordings. It uses a flexible plugin system to generate various types of content like summaries, blog posts, app ideas, and action items.
Features
- 🎙️ Automatic voice memo transcription
- 🔌 Flexible plugin system for content extraction
- 🤖 AI-powered content generation using Ollama
- 📝 Built-in plugins for:
- Summaries
- Blog posts
- App ideas
- Action items/TODOs
- 🎯 Smart plugin matching based on transcript content
- 📁 Organized output directory structure
Installation
- Clone the repository:
git clone https://github.com/yourusername/vibeline.git
cd vibeline
-
Make sure you have Python 3.11.2 installed. The project uses
.python-versionto specify the required Python version. -
Run the setup script:
./setup.sh
This will:
- Create a virtual environment named
vibenv - Activate the virtual environment
- Install all required dependencies
Languages
Python
76.5%
Shell
21.4%
Dockerfile
2.1%