The key here is to understand that the AI cannot give straightforward answers. It cannot answer the question, “should I buy this stock?” or “how long should I hold TSLA?”. If you do get it to respond to those questions and you follow through with what it recommends, please don’t use your life savings to … Read More “How to Use Google’s Bard to Get an Edge in the Stock Market” »
Category: data gathering
In this post, I’ve attempted to use Bard for reading comprehension tasks. All information is provided to Bard through URLs or direct file links to PDFs. All links are available on the internet and not behind a paywall. After some trial and error in properly constructing blind tests, it seems (at this time) Google’s Bard … Read More “Can Bard Read PDFs and URLs? Here’s What We Found” »
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” »