Skip to content

qywu/FaceChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceChat

avatar

FaceChat: Real-Time Face-to-Face Conversational System

Installation

pip install -r requirements.txt 

Run

You need to register for the OpenAI key to use the GPT3 services. https://platform.openai.com/docs/api-reference?lang=python

export OPENAI_API_KEY='yourkey'
python app.py

It needs https to access the camera and microphone. You can use self-signed certificate for Flask by running:

openssl req -x509 -newkey rsa:4096 -nodes -out cert.pem -keyout key.pem -days 365

Then, you can access the webpage with:

https://localhost:55009

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published