Tanish Gupta commited on
Commit
2b1fbd4
β€’
1 Parent(s): cdaca80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -11,3 +11,22 @@ pinned: false
11
 
12
  # ChatGPT-AI-Assistant-App
13
  Demo of πŸ€— Spaces deployment of a Gradio Python AI Assistant App.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  # ChatGPT-AI-Assistant-App
13
  Demo of πŸ€— Spaces deployment of a Gradio Python AI Assistant App.
14
+
15
+ Link of the App: https://huggingface.co/spaces/tanish2502/ChatGPT-AI-Assistant-App
16
+
17
+ # Description
18
+ This AI assistant is designed to make your life easier by responding to your queries in a conversational manner.
19
+ It can understand both audio and text inputs, making it a versatile tool for all kinds of communication.
20
+
21
+ The backend of our AI assistant is powered by two APIs: Whisper and ChatGPT from OpenAI.
22
+ Whisper API enables our assistant to convert audio inputs to text and ChatGPT API enables it to process and generate responses based on the input.
23
+ The combination of these two powerful tools allows our assistant to provide accurate and helpful responses to your queries.
24
+
25
+ One of the standout features of this AI assistant is its ability to remember previous conversations and respond accordingly.
26
+ This means that it can provide more personalized and relevant responses, making it a valuable tool for ongoing communication.
27
+
28
+ I hope that you find our ChatGPT-based AI assistant useful and enjoyable to use.
29
+
30
+ If you have any questions or feedback, please don't hesitate to reach out to me.
31
+
32
+ Thank you for choosing this AI assistant!