Skip to content

Commit 630117e

Browse files
authored
Update README.md
1 parent 10a96b7 commit 630117e

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

README.md

+40-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,41 @@
11
# VoiceGPT-Flutter
2-
Just Integrated ChatGPT APi and Used Voice As A Medium To Communicate
2+
3+
Integrated ChatGPT APi and Used Voice As A Medium To Communicate
4+
5+
## Features
6+
7+
- Natural language understanding
8+
- Human-like conversation
9+
- Voice Assist Feature
10+
- Customizable to fit your use-case
11+
- Open-source
12+
13+
## Environment Variables
14+
15+
To run this project, you will need to add the following file in app - constant folder - app.keys.dart
16+
17+
`apiKey`
18+
19+
- API key for OpenAI GPT-3 [Available here](https://beta.openai.com/account/api-keys)
20+
21+
## Additionals
22+
23+
The VoiceGPT 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 VoiceGPT is available on GitHub.
24+
25+
## Libraries
26+
27+
- Main Library Used in App
28+
- provider
29+
- http
30+
- avatar glow
31+
- speech to text
32+
- lottie
33+
34+
## Feedback
35+
36+
If you have any feedback, please reach out to us at [email protected]
37+
38+
## Request
39+
40+
Show some :heart: and star the repo.
41+

0 commit comments

Comments
 (0)