Skip to content

Chloe is an AI Virtual Assistant, which harnesses the power of AI and Machine Learning in order to help you with anything you need!

License

Notifications You must be signed in to change notification settings

OmarAnwar19/Chloe-AI-Virtual-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chloe - AI Virtual Assistant

Chloe is an AI Virtual Assistant, which harnesses the power of AI and Machine Learning in order to help you with anything you need! Chloe is based on the GPT-3 Model by OpenAI, allowing it to make use of one of the most powerful AI models to respond to almost any query.

Chloe acts as an interface to transform OpenAI's Chat-GPT into a fully functional AI Virtual Assistant, using the whisper package to transcribe user speech into text, which is then interpreted by Chat-GPT, and returned, then displayed in both text, and audio formats using GTTS. The Gradio package is used as the front-facing interface for Chloe, allowing for a smooth, and, intuitive user experience.

program screenshot

Installation

After obtaining your Chat-GPT Session Token;

Use the package manager pip to install all of the packages required for Chloe.

pip install .
touch /src/secret.py
#Create a new variable for the secret session token
SESSION_TOKEN = "your_session_token"

Usage

From the root project directory.

python src/main.py
#then navigate to http://127.0.0.1:7860/

License

MIT

About

Chloe is an AI Virtual Assistant, which harnesses the power of AI and Machine Learning in order to help you with anything you need!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published