Skip to content

An app that works with OpenAI's completion endpoint to answer user questions

Notifications You must be signed in to change notification settings

BishopSam/chatgpt_clone

Repository files navigation

Voice Chat GPT

An app that decodes user's questions through their voices and uses Chat-GPT's api to provide a coressponding answer and is also inturn read out by a bot's voice using text to speech.

Table of contents

Project Structure

Since this app is a one screen mobile application, I made use of a simple folder structure that allows for proper separation of concerns.

Below is a table showing what each folder does.

Folders Description
presentaton All widget and bloc/cubit classes go in here
models All model classes go in here
data Api and repository classes go in here

Tools Used

Tools Usage
Bloc State Management
SpeechToText Decoding user input
TextToSpeech Outputing ai response
OpenAi Completion Api Endpoint Backend Service

To make use of the api endpoint you need an api key, which you can find here

App Demo

The link to this projects apk file will be uploaded here.

About

An app that works with OpenAI's completion endpoint to answer user questions

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published