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” »
Category: Automation
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” »
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” »