Google Colab is Google's coding notebook tool.
- Data Mining For Beginners -with this notebook, we load a PDF file and use the Flair library to extract Named Entities (things like places, people, organisations, or countries). Here is a notebook that trials a number of different Named Entity Recognition tools to see which works best.
- Create a Wordcloud from Google Sheets data. It saves the images as PDF (which you can use as a graphic or .svg which you can edit using a vector image editor, like Inkscape or Adobe Illustrator.)
- Automatically perform "Sentiment Analysis" on Google Sheets data
- Scraping Data - with this notebook we scrape a list of Kids TV shows using the BeautifulSoup library and save them to .csv
- Getting Wikipedia Data, in this case, the data about MP Kevin Hollinrake, or Lulu
- Getting Text from a PDF file
Data-mining and Frankenstein
Get the Named Entities from a PDF like Frankenstein with this Colab notebook.
Read more: