chatgpt streamlit
1.0.0
이 프로젝트는 ChatGpt 및 Streamlit을 통한 음성 인터페이스를 기반으로 데모를 만들기위한 프로젝트입니다.
환경
Openai API
설치 및 실행
# with virtualenv
$ virtualenv .venv
$ . .venv/bin/activate
# openai - chatgpt, whisper only
$ pip install .
# openai with simple TTS (with cpu version of pytorch)
$ pip install .[tts] --extra-index-url https://download.pytorch.org/whl/cpu
# run streamlit - with environment variable of API KEY
$ OPENAI_API_KEY=[YOUR-API-KEY] streamlit run chatgpt_streamlit/app.py 데모 페이지 (워크 플로의 모든 작업이 완료 됨)
