Ayumi-gpt

Ayumi GPT Mobile App

The Ayumi GPT Mobile App is a chatbot mobile application that enables users to have interactive conversations with chatbots powered by the OpenAI GPT model. The app is designed to provide a personalized and conversational experience, bridging the gap between traditional chatbots and human conversations.

Features

The Ayumi GPT Mobile App has the following features:

Usage

To use the Ayumi GPT Mobile App, simply download and install the app on your mobile device. Once installed, you can open the app and begin having personalized chatbot conversations with the OpenAI GPT model. The app provides an intuitive and user-friendly interface that makes it easy to interact with the chatbots. Additionally, the app is scalable, allowing it to handle high traffic volumes and a large number of users.

During your conversations with the chatbots, you can provide feedback to help the model learn and improve its responses. To get started, simply type in your message and the chatbot will respond with a relevant and personalized response. The Ayumi GPT Mobile App is designed to provide a conversational experience that bridges the gap between traditional chatbots and human conversations.

If you encounter any issues while using the app or have suggestions for improvements, you can contribute to the project by forking the repository and creating a pull request. The app is built using Flutter, Dart, and Android Studio, and is licensed under the MIT License.

Tech Stack

Checkout the UI map HERE

Contributing

How to contribute?

If you want to contribute to this project then you can fork this project and then you can create a pull request.

1. Fork this repository
2. Clone your forked copy of the project.

git clone https://github.com/<your_username>/Ayumi-gpt.git

3. Navigate to the project directory :file_folder: .

cd Ayumi-gpt

4. Add a reference(remote) to the original repository.

git remote add upstream https://github.com/nitin-787/Ayumi-gpt.git

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

git pull upstream main

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perfom your desired changes to the code base. 9. Track your changes:heavy_check_mark: .

git add .

10. Commit your changes .

git commit -m "Relevant message"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request, click on Compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repo you are suppose to make a PR to.

13. Add appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create Pull Request.

15. Voila! You have made a PR to the awesome-developer-portfolio project. Sit back patiently and relax while the your PR is reviewed. This may take sometime.

License

The ChatGPT Mobile App is licensed under the MIT License. Feel free to use, modify, and distribute the app as you see fit.