A tiny server exposes SIC and NAICS code correlations.
- https://github.com/CompileInc/sic-codes?target=https://github.com
- https://github.com/CompileInc/naics-codes?target=https://github.com
pip install requirements.txt
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
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'