Dettami ("Dictate to me") is a minimal, AI-powered virtual assistant designed for instant voice-to-text transcription.
- Instant Recording: Capture voice notes directly from your browser.
- AI Transcription: Uses advanced speech-to-text technology to transcribe your audio files.
- Minimal UI: A clean, distraction-free interface focused on speed and simplicity.
- One-Click Copy: Easily copy transcribed text to your clipboard.
- PHP ^8.2+
- Composer
- Node.js & NPM
-
Clone the repository.
-
Install PHP dependencies:
composer install
-
Install Frontend dependencies:
npm install npm run build
-
Configure your environment:
cp .env.example .env php artisan key:generate
Ensure you configure your database and AI service credentials in
.env. -
Run migrations:
php artisan migrate
-
Serve the application:
php artisan serve
Visit the application in your browser (usually http://localhost:8000). Click the microphone button to start recording, and stop to process the audio.
This project is open-sourced software licensed under the MIT license.
