This video tutorial uses the OpenAI GPT-3 (text-DaVinci-003) and the Streamlit library to create a simple web application that allows a user to input a scientific article and generate a summary of the article. The user can choose the size of the output summary and save the generated summary to their device.
@OpenAI – https://beta.openai.com/overview
openAI Model – https://beta.openai.com/docs/models/overview
@streamlitofficial – https://streamlit.io
OpenAI chat GTP shown in the video – https://openai.com/blog/chatgpt/
You can also try it here – https://chat.openai.com
Blog Post with code – https://medium.com/@avra42/summarizing-scientific-articles-with-openai-and-streamlit-fdee12aa1a2b
GitHub code for all my YouTube tutorials (Support with if you like it!)- https://github.com/avrabyt/YouTube-Tutorials
Streamlit Tutorials – https://youtube.com/playlist?list=PLqQrRCH56DH8JSoGC3hsciV-dQhgFGS1K
Also would love to give a shoutout to @1littlecoder . He has created numerous videos on the usage of openAI. He has been an inspiration in this niche. Make sure to check out his videos
——————————————————————————–
Creating content and investing time was only possible because of the constant support and feedbacks from you all. Grateful for that !
Want to support me in creating more free contents ? https://www.buymeacoffee.com/AvraCodes
GitHub – https://github.com/avrabyt
Stay connect with me over Twitter – https://twitter.com/Avra_b
Read my blogs here – https://medium.com/@avra42
Website – https://avratanubiswas.github.io/
Want to share your Blog Posts, I’ll be happy to host here – https://avratanubiswas.github.io/cats-and-codes/
Don’t forget to subsribe to my channel if you like my videos !
By becoming a patron, you’ll get access to exclusive content, codes, or videos beforehand, one-to-one web app development / relevant discussion, live-chat with me on specific videos and other perks. ( FYI : Basic Tier is 50% cheaper than ChatGPT/monthly with benefits which an AI can’t help with ):
https://patreon.com/user?u=82100262&utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=creatorshare_creator&utm_content=join_link
And of course, I will check your feedbacks and would definitely love to cover those as well, so please feel free to leave your comments and suggestions
—————————————
#openai #chatgpt #streamlit #pythonprogramming #python #gpt3 #openaigpt3 #pythonforbeginners #webapp #webdevelopment #datascience
Looking forward to hear from you all !
Ta-Da !
————————————
Video Segments
0:00 Intro to openAI and @AskingChatGPT
2:20 Demo App showcase
4:34 Models @OpenAI – GPT-3 Models overview
5:20 how to use openAI API key
7:01 Streamlit secrets usage @streamlitofficial
8:45 Installing dependencies and basic usages
14:05 Main usage of openAI completion class, methods & arguments
19:25 Testing our code and app in local host
21:48 Wrap up