A Web application hosted using streamit and it can tell all the answers to you. Similar to Chat GPT. To Contact: Mail: mohamedarafath205@gmail.com LinkedIn: https://www.linkedin.com/in/mohdarafath/
To download the app copy this command or download as a zip file
git clone https://github.com/MohamedArafath205/Chat-GPT.git
and run this in your cmd
navigate to the folder
cd Chat-GPT
kindly remove the # YOUR_API_KEY in line 19 on app.py and paste your api_key from openai
TO get one click this link https://platform.openai.com/account/api-keys
run this command after that
pip install openai==0.26.5
pip install streamlit==1.19.0
pip install streamlit-option-menu==0.3.2
run the app using this command
streamlit run app.py