Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 366 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 366 Bytes

Interviewer-gpt

Is a local web based project that records voice and process it through chat gpt 3.5 turbo to get the answer in real time for interview questions.

Requierements

flask openai

SSL Cert

Use this command to create the certificate for some browsers that requiere it: openssl req -x509 -newkey rsa:4096 -nodes -out cert.pem -keyout key.pem -days 365