Let’s build a simple web scraper which extracts headlines from The New York Times and uses a BERT model from Huggingface to detect the sentiment of each.
beam start <your app>.py
You’ll see the red
beam text at the end of your shell path, which means you’ve entered the Beam
environment!
scraper.py
.