OpenAI Api Crash Course For Beginners | Financial Data Extraction Tool Using OpenAI API
YouTube transcript, YouTube translate
A quick preview of the first subtitles so you know what the video covers.
today's video is going to be the beginners tutorial for open AI API which is the backend for famous chat GPT application using this we are going to build financial data extraction tool where you can copy paste the content from any news article related to companies Finance or reporting and it will extract key information such as companies name Revenue net income Etc when I was at Bloomberg we used to work on this kind of projects but we are using some traditional approaches in today's video we are going to use the most cutting-edge approach of using llm for this task the first step is creating account on openai.com you can click on login and create your account once the account is created you will go there and you need to click on API option go at the top view API Keys now I have multiple keys but you will see one key which starts with SK hyphen you need to save this we are going to make use of it going forward they give five dollar free credit uh so that should be more than enough for this project we will start I have created Finance data extraction folder in my C code directory which is an empty folder and I've launched my pycharm where I am going to open that project so I will just say C code and then the name of that particular folder okay so we'll just say open so C code Finance data extraction tool