Bard is a large language model from Google AI, trained on a massive dataset of text and code. Bard can be used to work with JSON data in a variety of ways. In this article, we will cover how to use Bard to work with JSON data. We will provide examples of how to send … Read More “How to Use Bard to Work with JSON Data” »
Month: April 2023
In this post, we will show a simple Python script using Selenium and ChromeDriver to connect to CNBC.com and print out all headlines on the front page. ChromeDriver Before the code can talk with your Google Chrome web browser, you must download and install the proper ChromeDriver.exe file. See this post for instructions on how … Read More “Gather Headlines With This Simple Site Crawler” »
In this post, Python and Selenium will be used to create a tool for batch processing an array of news headlines. We will provide Bard instructions on how to format its responses into actionable text we can use in future articles. This will require a bit more Python code than our previous article. You will … Read More “Automate Batch Processing of Headlines for Sentiment Analysis with Google’s Bard” »
Recently, CNBC posted an article where finance professors used ChatGPT as a sentiment analyzer for headlines in relation to specific stocks. From that article, it is explained how they lead ChatGPT to take a news article as an input and then output if it thinks the article is good, bad, or unknown for the stock. … Read More “How To Use AI For Stock Sentiment Analysis” »
Google’s Bard touts its ability to utilize Google Search as an additional and always evolving dataset to help craft responses. In this post, I will push Bard to deliver the most recent information it can. Let’s start with an easy one: Let’s try to be a bit more specific with our question. This question was … Read More “How Recent Is Google Bard’s Dataset?” »
This post demonstrates how to obtain the value of a cookie that Google uses for authentication into its user services. Specifically, the cookie named “__Secure-1PSID” is used to check if a user has logged into their Google account before allowing access to various Google services. In another post, we created a temporary cookie using Selenium … Read More “How To Get Google User Authentication Cookie Value” »
In this post, I will show you how to create a simple script using Python and Selenium to automate inputs and outputs from Google’s Bard. This assumes you have been given access to Bard. If not, you may sign up for the waiting list here: [provide helpful link] Prerequisites Downloading ChromeDriver First, we must download … Read More “How To Automate Google’s Bard AI” »