Professional Knowledge Hub - Capture, organize, and discover knowledge from videos, PDFs, and documents
Project description
Whisper Scribe
Professional Knowledge Hub - Capture, organize, and discover knowledge from videos, PDFs, and documents.
What is Whisper Scribe?
Whisper Scribe transforms your content into actionable knowledge. Import YouTube videos, PDFs, and documents, then let AI extract insights, entities, and connections across your entire knowledge base.
Features
Content Import
- YouTube Videos - Transcribe and analyze any YouTube video
- PDF Documents - Extract and analyze PDF content (coming soon)
- Web Pages - Import articles and web content (coming soon)
- Documents - Import markdown, text, and other files (coming soon)
AI-Powered Analysis
- Insights Extraction - Key takeaways, summaries, and actionable items
- Entity Recognition - People, organizations, technologies, products, places, concepts
- Topic Mapping - Automatic categorization and tagging
- Cross-Content Connections - Discover relationships across your knowledge base
Knowledge Management
- Unified Library - All your content in one searchable place
- Global Search - Find anything across all your content
- Custom Notes - Add your own annotations and thoughts
- Star & Organize - Mark important items for quick access
Modern Interface
- Professional Design - Clean, corporate SaaS-style UI
- Sidebar Navigation - Quick access to all features
- Dark Mode - Easy on the eyes
- Responsive - Works on desktop and mobile
Installation
pip install whisper-scribe
Prerequisites
- Python 3.9 or higher
- FFmpeg (required for video processing)
- API keys for AI services (Eden AI or OpenAI)
Installing FFmpeg
macOS:
brew install ffmpeg
Ubuntu/Debian:
sudo apt update && sudo apt install ffmpeg
Windows:
choco install ffmpeg
Quick Start
-
Start the server:
whisper-scribe
-
Open your browser: The app opens at http://localhost:8000
-
Configure API keys: Click Settings and enter your API keys
-
Add content: Click "Add New" and paste a YouTube URL to get started
Command Line Options
whisper-scribe --help # Show all options
whisper-scribe --port 9000 # Use custom port
whisper-scribe --host 0.0.0.0 # Listen on all interfaces
whisper-scribe --no-browser # Don't open browser automatically
Configuration
Settings are stored in ~/.whisper-scribe/:
- API Keys - Eden AI or OpenAI for AI analysis
- Custom Prompts - Customize extraction prompts
- Output Directory - Where files are saved
API
REST API available at /api:
| Endpoint | Method | Description |
|---|---|---|
/api/content |
GET | List all content |
/api/content/{id} |
GET | Get content details |
/api/project/{id}/extract/insights |
POST | Extract insights |
/api/project/{id}/extract/entities |
POST | Extract entities |
/api/dashboard/stats |
GET | Dashboard statistics |
/api/search |
GET | Search content |
License
MIT License - see LICENSE for details.
Author
Created by Issam Alameh
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file whisper_scribe-4.0.1.tar.gz.
File metadata
- Download URL: whisper_scribe-4.0.1.tar.gz
- Upload date:
- Size: 193.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bf231e89ab90b03a78009bd459ea100e6dcd496973b97d756f4eddc952225cc
|
|
| MD5 |
a3a8db72fe9701a920b4f8dd4eb5410c
|
|
| BLAKE2b-256 |
0384de59d6cfa558679398886b3e1d6cc2a6fe9df413578fff563104ab81a3d4
|
File details
Details for the file whisper_scribe-4.0.1-py3-none-any.whl.
File metadata
- Download URL: whisper_scribe-4.0.1-py3-none-any.whl
- Upload date:
- Size: 210.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d8e5731103ef3222744732d8ba9c720770c0a541bc8c3ce64371fa4fbd7e8c3
|
|
| MD5 |
10211dd17b0c1d1bd5e344715ede0595
|
|
| BLAKE2b-256 |
0ce821c697814ebb7244ba97bbad3ece963e506c2a8511cc9496f9341b1ec4e3
|