Category: NotYetCategorized
How to build your own ChatGPT web app
I will show you how to create a web app that would be running ChatGPT-3.5-turbo model under the hood. It will look like this ChatGPT-based chat but the code below MUST be run locally and not deployed online as it will expose your API keys. Web app building steps overview: GO TO: https://platform.open.ai I. Get…
GPT-4 does data analysis of a pasted dataset
I was wondering as to whether ChatGPT can analyse the dataset if I copy-pasted it in chat’s text input field. One of the Gapminder datasets is “Mini” at Kaggle. It is a csv file. I prompted GPT-4 with request to analyse the dataset and to make a summary table with columns means and SD,…