This package includes everything needed to install and run the Whisper Transcriber web application on Windows:
install_windows.bat- Main installer (double-click to install)start_windows.bat- Application launcher (double-click to run)test_windows_setup.bat- Diagnostic tool (check if everything works)setup_windows.py- Python setup script (alternative installation method)
README_WINDOWS.md- Quick start guide for Windows usersWINDOWS_INSTALL.md- Detailed installation guide with troubleshootingINSTALLATION_SUMMARY.md- This file (overview of the package)
requirements_windows.txt- Windows-specific dependencies.env- Environment configuration (created during installation)
- Double-click
install_windows.bat - Wait for installation to complete
- Edit
.envfile with your OpenAI API key - Double-click
start_windows.bat - Open browser to
http://localhost:5000
- Run
python setup_windows.py - Follow the prompts
- Edit
.envfile with your API key - Run
python web_app.py
After installation, run test_windows_setup.bat to verify everything is working correctly.
Before installation, ensure you have:
- Python 3.7+ installed with PATH configured
- FFmpeg installed and added to PATH
- OpenAI API key ready for configuration
- Internet connection for downloading dependencies
If you encounter issues:
- Run
test_windows_setup.batto diagnose problems - Check
WINDOWS_INSTALL.mdfor detailed troubleshooting - Verify all prerequisites are properly installed
- Ensure your OpenAI API key is valid and has credits
You'll know the installation is successful when:
- ✅
install_windows.batcompletes without errors - ✅
test_windows_setup.batshows all green checkmarks - ✅
start_windows.batlaunches the web server - ✅ Browser opens to
http://localhost:5000successfully - ✅ You can upload and transcribe audio files
The application can be customized by editing:
.env- API keys and configurationweb_app.py- Application behaviortemplates/index.html- Web interfacerequirements_windows.txt- Additional dependencies
- OS: Windows 10/11 (64-bit recommended)
- RAM: 4GB minimum, 8GB recommended
- Storage: 1GB free space
- Network: Internet connection for API calls
- Browser: Any modern browser (Chrome, Firefox, Edge, Safari)
After successful installation:
- Test with a small audio file first
- Explore the web interface features
- Configure audio processing options
- Set up file organization for your transcripts
- Consider production deployment if needed
Ready to transcribe? Let's get started! 🎤✨