Search engine for machine learning models and datasets
Cut an issue or send a pull request with your new model/dataset. Example submissions can be found in the models.js and datasets.js files.
% npm install
Launch the development web server:
% npm start
Launch the prod server
npm run build
pushstate-server build
Deploy static website with Surge
% npm run build
% surge
Follow instructions and point the path to your build/ directory when asked.