Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hmahmood24 authored Sep 22, 2022
1 parent 5bc79c1 commit 96a4b04
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deep Learning based Web Application using Flask & Jinja
# Deep Learning based Web Application using Flask, Jinja, Gunicorn & Nginx

This repository contains the source code for deploying a Deep Learning based Web Application using Flask in Python. The model used in this project has been taken from this [repository.](https://github.com/hmahmood24/Chest_X_Ray_Pneumonia_Detection)

Expand All @@ -10,4 +10,7 @@ The required packages needed to run the project can be found in the `requirement

## Setup

A detailed tutorial and the steps to reproduce this project are described in this [blog post](https://writersbyte.com/datascience/deep-learning-on-the-web-using-flask/)
Some detailed tutorials and the steps to reproduce this project are described in the following blog posts:

1. [Deep Learning on the Web using Flask, Python and Jinja (Part 1/3)](https://writersbyte.com/datascience/deep-learning-on-the-web-using-flask/)
2. [Web Applications in Production using Flask, Gunicorn WSGI and Nginx (Part 2/3)](https://writersbyte.com/featured-post/web-apps-with-flask-gunicorn-nginx/)

0 comments on commit 96a4b04

Please sign in to comment.