kossy205 / ChatGpt-Android-App

Built before OpenAi launched the ChatGPT android app. Uses the OpenAI's GPT-3 "davinci" model. It integrates Firebase Auth for secure authentication, Firestore for real-time chat storage, Room DB for offline access, and Retrofit for the API interactions. It was designed to provide android users easy and quick access to ChatGPT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGpt-Android-App

Built before OpenAi launched thier own android application. An android app driven by AI technology that attempts to imitate human text and can provide answers to questions from a wide variety of topics. Uses retrofit to interact with the openai api with android Kotlin.

It was built using the following:

  • Kotlin for Android.

  • Kotlin Coroutines for asynchronous operations which gives the app a faster response and better battery efficiency.

  • Firebase Cloud firestore for storing tasks.

  • Firebase Auth: Implemented phone number verification with firebase Auth

  • ViewBinding which also improves the apps performance.

Features

  • Chat with an AI like you are chatting with a human.

  • ChatGPT mobile experience

About

Built before OpenAi launched the ChatGPT android app. Uses the OpenAI's GPT-3 "davinci" model. It integrates Firebase Auth for secure authentication, Firestore for real-time chat storage, Room DB for offline access, and Retrofit for the API interactions. It was designed to provide android users easy and quick access to ChatGPT.

License:Other


Languages

Language:Kotlin 100.0%