Skip to content

bfortuner/zoosearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZooSearch

Search engine for machine learning models and datasets

Submit new model/dataset

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.

Setup

% npm install

Usage

Launch the development web server:

% npm start

Launch the prod server

npm run build
pushstate-server build

Deploy

Deploy static website with Surge

% npm run build
% surge

Follow instructions and point the path to your build/ directory when asked.