@piximi/application
v0.1.0
Published
A web-based deep learning tool for classification of human cells, created with Tensorflow.js and React. https://application.piximi.org
Downloads
7
Readme
Piximi
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:)
Getting Started
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.
Prerequisites
What things you need to install the software and how to install them
- Install npm and Node.js: https://www.npmjs.com/get-npm
Installing
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
Deployment
You can deploy by running: npm deploy
You can define where to deploy in the package.json file under: ** homepage **
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning.
License
This project is licensed under the BSD 3-Clause License - see the LICENSE.md file for details
Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc