Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iampawan/ChatGPT-Flutter-AIChatBot
A Chatbot chat app built using the Flutter framework and OpenAI's GPT-3 language model.
https://github.com/iampawan/ChatGPT-Flutter-AIChatBot
Last synced: 2 months ago
JSON representation
A Chatbot chat app built using the Flutter framework and OpenAI's GPT-3 language model.
- Host: GitHub
- URL: https://github.com/iampawan/ChatGPT-Flutter-AIChatBot
- Owner: iampawan
- Created: 2023-01-11T13:43:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T09:28:34.000Z (over 1 year ago)
- Last Synced: 2024-10-19T03:02:22.494Z (3 months ago)
- Language: C++
- Size: 562 KB
- Stars: 242
- Watchers: 5
- Forks: 103
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gpt - Flutter & ChatGPT
README
# ChatGPT AI Chatbot App
A Chatbot chat app built using the Flutter framework and OpenAI's GPT-3 language model.### Show some :heart: and star the repo.
## [Video tutorial available here](https://youtu.be/94JmNb1IhX0)
#### [Subscribe to Codepur](https://youtube.com/hellocodepur)
## Features
- Natural language understanding
- Human-like conversation
- Customizable to fit your use-case
- Lightweight, easy to integrate with other apps
- Open-source## Prerequisites
- Flutter SDK
- API key for OpenAI GPT-3 [Available here](https://beta.openai.com/account/api-keys)## Getting Started
1. Clone the repository
2. Run `flutter pub get` to install dependencies
3. Replace the placeholder API key with your own in the `chat_screen.dart` file
4. Run the app on an emulator or physical deviceThe chatbot can be further customized to fit your use-case by modifying the code in the `main.dart` file and other files. The source code for the chatbot is available on GitHub.
### Development by
- OpenAI - https://openai.com
- Flutter - https://flutter.dev/Please open an issues on the repository if you find any bugs or if you would like to contribute.
Code and documentation Copyright 2023 [Pawan Kumar](https://www.codepur.dev). Code released under the [Apache License](./LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).