Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 725 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 725 Bytes

IC-Codes

A tiny server exposes SIC and NAICS code correlations.

Data source

INSTALL

pip install requirements.txt

RUN

python server.py

This will fetch the dataset first time you run the server. If you want to reload the dataset, start the server with --reload parameter

python server.py --reload

Changing download location

If you wish to change the download location to of sic-codes, naics-codes, change them at data/locations.py.

eg: If you wish to use glean/sic-codes change the download link in as sic_file = 'https://github.com/glean/sic-codes/archive/master.zip'