In this Project, i tried to build a Personal Virtual Voice Assistant app powered by ChatGPT and DallE API using Flutter.
This sophisticated voice assistant app that can perform various tasks using voice commands. it integrates ChatGPT, a state-of-the-art natural language processing model, and Dall-E, an AI image generation tool, to make your voice assistant even more intelligent and responsive.
➥ Demo
This sophisticated voice assistant app that can perform various tasks using voice commands. it integrates ChatGPT, a state-of-the-art natural language processing model, and Dall-E, an AI image generation tool, to make your voice assistant even more intelligent and responsive.
➥ Demo
Before you begin, ensure you have met the following dependencies inside your pubspec.yaml:
then run this command on your terminal to get the dependencies
flutter pub get
And dont forget to mention the assets as well inside your pubspec.yaml:
then put your openai key here:
To run the flutter app locally, run this command on your IDE terminal:
flutter clean
flutter run
After runing your emulator of course!!
✨ THE END ✨