A web-based deep learning tool for classification of human cells, created with Tensorflow.js and React. https://application.piximi.org
Please make sure to clean your browser cache, since we are continuously developing new features:)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
- Install npm and Node.js: https://www.npmjs.com/get-npm
-
Clone the project:
git clone https://github.com/piximi/application.git
-
Move into the created directory:
cd application
-
Install all dependencies:
npm install
-
Run on local server:
npm start
You can deploy by running: npm deploy
You can define where to deploy in the package.json file under: ** homepage **
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning.
This project is licensed under the BSD 3-Clause License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc