AI: LLaVA works amazingly quickly
LLaVa can read an image and provide text amazingly quickly. You can use LLaVA here: LLaVA: Large Language and Vision Assistant
LLaVa can read an image and provide text amazingly quickly. You can use LLaVA here: LLaVA: Large Language and Vision Assistant
I. What is MiniGPT-4? The recent GPT-4 has demonstrated extraordinary multi-modal abilities, such as directly generating websites from handwritten text and identifying humorous elements within images. These features are rarely…
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…