Skip to content

Deployment of a pretrained neural network for object detection using Flask

Notifications You must be signed in to change notification settings

i-l-sokolov/Flask_deployment_of_object_detection_pytorch_NN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Detection with Pretrained Neural Network

This project is a deployment of a pretrained neural network for object detection on images. It was used pretrained Resnet50_FPN

Requirements

All the necessary dependencies are listed in the environment.yml file. You can install them via conda:

conda env create -f environment.yml

Demo

NN detection of objects
The demo of NN detection Developed web interface for NN usage web_interface

GIF with demo could be found by link

Usage

Activate the conda environment:

conda activate <env_name>

Navigate to the folder with the app.py file. Run the Flask app:

python app.py --port <port_number>

By default, the app runs on port 8000. You can specify a different port by setting the --port flag.

Navigate to 127.0.0.1:<port_number> in your web browser to use the web interface for object detection.

About

Deployment of a pretrained neural network for object detection using Flask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published