DEV Community

Kevin Naidoo
Kevin Naidoo

Posted on • Updated on

PHP Scraper + Python fasttext model

What I built

A little tool to help developers with data science tasks. Often when working with machine learning models - you need large amounts of data, this tool will allow for scraping of data from Shopify and other sources (responsible use off course!).

Once the data is scraped - a basic fasttext model can be generated to provide text classification functionality.

App Link

https://github.com/kwnaidoo/scraper-mltoolkit

Top comments (0)