This is dataset from FigureEight in which business names and industries are matched with URLs/homepages for the named businesses. The dataset supports following industry classes:
- Automotive
- Consumer Packaged Goods
- Financial Services
- Retail
- Travel
- Other
- Build a classifier that maps URLs (of business) to the correct industry
- Deploy to the classifier as an API which takes the URL and responds with the industry name Bonus: response includes company name
- Input format for the API will be JSON
- Repository with all the code
- API that can pinged by anyone through curl