VoiceGPT is a Flutter-powered mobile app that lets users talk to ChatGPT using speech-to-text and hear responses through text-to-speech. It creates a natural, voice-first experience with OpenAI’s GPT-3.5 model.

- 🎙️ Speech-to-Text (STT) for capturing voice input
- 🤖 OpenAI GPT-3.5 integration for AI responses
- 🔊 Text-to-Speech (TTS) to read responses aloud
- 🧠 Real-time conversational interface
- 📱 Beautiful, responsive Flutter UI
- Flutter 3.x
- An OpenAI API Key
- Xcode (for iOS) or Android Studio (for Android)
git clone https://github.com/Faiz-rhm/aia
cd aia
flutter pub get
flutter run