Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 727 Bytes

classification-api.md

File metadata and controls

18 lines (15 loc) · 727 Bytes

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:

  1. Automotive
  2. Consumer Packaged Goods
  3. Financial Services
  4. Retail
  5. Travel
  6. Other

Exercise

  • 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

Output

  • Repository with all the code
  • API that can pinged by anyone through curl