Python: Enhanced PDF searching using Python and ChatGPT ver. 2
I. Using Python PyPDF2 is used to read and extract text from PDF files. II. Using ChatGPT OpenAI's openai library is used to interact with ChatGPT. ChatGPT generates responses for…
I. Using Python PyPDF2 is used to read and extract text from PDF files. II. Using ChatGPT OpenAI's openai library is used to interact with ChatGPT. ChatGPT generates responses for…
I. SIPRI databases You can find the databases: https://sipri.org/databases II. Read Excel sheets using Python Here are sample codes: https://colab.research.google.com/drive/1bzNEaL5xPVFdWzTWCxyvmUbQjuISLYTc?usp=sharing
I. Finding the value of the __Secure-1PSID Cookies of your Google Bard Account You can learn how to find your API Key from the tutorial linked below: Access Google Bard…
You can see the code here in Google Colaboratory: https://colab.research.google.com/drive/12mpNyDcAlUAsu5CBqnZMgc9ssqACHuS9?usp=sharing
I. Running code in Google Colaboratory You can see the sample code here: https://colab.research.google.com/drive/1jNj4GpUfR2mYJjffN2KSZFRZzv5xfwID?usp=sharing Here are some charts created with Plotly Express: II. References https://franzdiebold.github.io/polars-cheat-sheet/Polars_cheat_sheet.pdf https://towardsdatascience.com/visualizing-polars-dataframes-using-plotly-express-8da4357d2ee0 https://plotly.com/python/
I. What is Joy Plot? https://www.youtube.com/watch?v=dkOaBlIKSkY&list=PLnif9Rfb5AdkmxSH3fAMsozp5eTnSqBYf Joy Plot, a ridgeline plot, is a visualization technique for plotting a repetitive signal. The name “joy plot” is derived from “Joy Division,” the…
I typed: Tell me who wrote this, Mr. Utterson the lawyer was a man of a rugged countenance that was never lighted by a smile; cold, scanty and embarrassed in…
I. Ask ChatGPT about how to scrape the headlines of the most-read stories Copy the element on the web page. Tell ChatGPT to show the Python code for scraping the…
You can run a Terminal in Google Colaboratory without Colab Pro. Just run a few codes: # install colab-xterm !pip install colab-xterm # load extensions %colab-xterm extension # open the…
I. Basic English I https://colab.research.google.com/drive/1R7H-giDP0qdsRDaIc6ndwt7DXEdNRXFQ?usp=sharing II. Computer English I https://colab.research.google.com/drive/1AOvffFt5JgyS936eF30Qgu1Y7X-EcoOC?usp=sharing III. Local Welfare You can see the result here on Google Colaboratory: https://colab.research.google.com/drive/1qbdRzGX2tAJJY9xG9WPgpGqN7mVvcAM3?usp=sharing