An open API service indexing awesome lists of open source software.

https://github.com/mayukhdeb/worm-embryo-classifier

Flask webapp to determine the embryogenic stage of the C.elegans worm using deep learning :microscope:
https://github.com/mayukhdeb/worm-embryo-classifier

computer-vision deep-learning flask pytorch

Last synced: about 2 months ago
JSON representation

Flask webapp to determine the embryogenic stage of the C.elegans worm using deep learning :microscope:

Awesome Lists containing this project

README

          

# worm-embryo-classifier

## Usage:
0. Clone this repo

```git clone https://github.com/Mayukhdeb/worm-embryo-classifier.git```
1. Navigate into the folder

```cd worm-embryo-classifier```
2. Install the required libraries

```pip install -r requirements.txt```
3. Run app.py

``` python app.py```
4. Open this URL in your browser

```http://127.0.0.1:5000/```

Try dragging and dropping the sample images in the images folder to test it out in case you don't have images.