Webapp for speech-to-text notes with AI to enhance selected text. Tags, export, mobile-friendly.
2.2K
WhisPad is a transcription and note management tool designed so anyone can turn their voice into text and easily organize their ideas. The application lets you use cloud models (OpenAI, Google) or local whisper.cpp models to work offline.
This application is currently in testing and is provided as is. I take no responsibility for any data loss that may occur when using it. Make sure you make frequent backups of your data.
If you are not comfortable with the terminal, the easiest method is to use Docker Desktop. You only need to install Docker, download this project and run it.
docker compose up
http://localhost:5037.Ctrl+C in the terminal or use the Stop button in Docker Desktop.This option is ideal if you don't want to worry about installing Python or dependencies manually.
git clone https://github.com/tu_usuario/whispad.git
cd whispad
docker compose up
http://localhost:5037 and start using WhisPad.Ctrl+C in the terminal or run docker compose down.If you prefer not to use Docker, you can also run it directly with Python:
git clone https://github.com/tu_usuario/whispad.git
cd whispad
pip install -r requirements.txt
bash install-whisper-cpp.sh
.bin models from the interface.python backend.py
index.html in your browser or serve the folder with python -m http.server 5037 and visit http://localhost:5037.Copy env.example to .env and add your API keys:
cp env.example .env
Edit the .env file and fill in the variables OPENAI_API_KEY, GOOGLE_API_KEY, DEEPSEEK_API_KEY and OPENROUTER_API_KEY for the services you want to use. These keys enable cloud transcription and text enhancement.
With these instructions you should have WhisPad running in just a few minutes with or without Docker. Enjoy fast transcription and all the benefits of organizing your ideas in one place!
Content type
Image
Digest
sha256:7e7ed1c63…
Size
3.6 GB
Last updated
about 1 year ago
docker pull drakonis96/whispad