Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bengabp/gptmobileapp
https://github.com/bengabp/gptmobileapp
chatbot dart flutter gpt3 openai speech-to-text
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bengabp/gptmobileapp
- Owner: bengabp
- Created: 2023-01-19T23:39:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T15:16:07.000Z (about 1 year ago)
- Last Synced: 2023-11-22T17:32:11.754Z (about 1 year ago)
- Topics: chatbot, dart, flutter, gpt3, openai, speech-to-text
- Language: Dart
- Homepage:
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AiBuddy
Powerful Ai assistant powered by Openai's GPT-3 Model.
Features -
- Speech to text - Powered by openai's whisper ai
- Ocr - Optical character recognition.Enables the user to copy text from an image. Supports both Camera and Gallery Image sources
- Conversation History - Users can see their chat history with the bot
- Easy navigation and Customization - Ui is intuitive to use and you can pretty much change a few things on the settings page.Technologies -
- Flutter - Mobile app (Android and Ios)
- Python Flask - Backend Apis
- DockerHOW TO RUN:
First clone the backend code and run it then copy the ip address of the server then put in the flutter code
Then clone this repo (the flutter app) and build with `flutter run`