Skip to content

This is a project that incorporates the use of ChatGPT and Whispers' API to implement a seamless prompt system for users.

License

Notifications You must be signed in to change notification settings

aHishamm/StreamGPT2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreamGPT 2.0

This is a streamline web application project, employing the use of both ChatGPT and Whispers' APIs

Prerequisites

  1. Anaconda installed on the system
  2. Create an environment for this project (recommended) and install the packages listed in requirements.txt
conda create -n openai python==3.10 
conda activate openai 
pip install -r requirements.txt 
  1. Run the python app GPT.py from streamlit
streamlit run GPT.py

Project Preview (V2.0 PREVIEW)

StreamGPT2.0.mp4

About

This is a project that incorporates the use of ChatGPT and Whispers' API to implement a seamless prompt system for users.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published