MagnetonBora / pybinseg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segmentation app

This is a simple web application developed during the studying at MIPT deep learning school.

About neural network

A neural network created during this project has been taken from this example notebook.

About the dataset

The dataset for neural network training has been taken from this dataset.

Deploy on heroku

The easiest way to run the app is to run it on Heroku. Just click this button 👉 Deploy

Of course, you need to have an account on Heroku.

Deploy locally

If you need to run the app locally do the following.

  1. Clone the repo.
  2. Create virtual env mkvirtualenv pybinseg -p python 3
  3. Install requirements pip install -r requirements.txt
  4. Run the app python main.py or gunicorn main:app

About


Languages

Language:Python 64.9%Language:HTML 35.1%