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:
- Host: GitHub
- URL: https://github.com/mayukhdeb/worm-embryo-classifier
- Owner: Mayukhdeb
- Created: 2020-04-12T15:27:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T07:52:33.000Z (about 6 years ago)
- Last Synced: 2025-02-12T22:22:17.628Z (over 1 year ago)
- Topics: computer-vision, deep-learning, flask, pytorch
- Language: Python
- Homepage:
- Size: 1.25 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.