Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

explained clearly about the model deployment #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# deploy-ml-model-flask
deploy your ml model using flask
Iris is a popular garden flower that takes its name from the Greek word for a rainbow. It is also the name for the Greek goddess of the rainbow, Iris who is the messenger of Love.
The name refers to the wide variety of flower colors found among the many species. The genus Iris has about 260-300 species and is native to the North Temperate regions of the world. The habitat of irises also varies a lot. Some irises grow in deserts, some in swamps, some in the cold far north, and many in temperate climates. Bearded Iris and Siberian Iris are two of the most common types of irises grown.
Irises come in many colors such as blue and purple, white and yellow, pink and orange, brown and red, and even black.
Since Iris is the Greek goddess for the Messenger of Love, the flower is considered as the symbol of communication and messages. Therefore the flower iris in the language of flowers symbolizes eloquence. Based on their color, irises convey varied messages that can be gifted to convey many emotions. A purple iris symbolizes wisdom and compliments where as a blue iris symbolizes faith and hope. A yellow iris symbolizes passion while white iris symbolizes purity.


go to ur git Bash - cmd .. ---->>>

just clone the application use : git clone https://github.com/pavan-tanniru/deploy-ml-model-flask.git

drop star ⭐ for ur local system ..

go to ur cmd or anaconda prompt or hyperterminal pip install -r requriments.txt

and last push : python app.py // and njoy the application . 👍✌

7 changes: 6 additions & 1 deletion templates/home.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<html>
<head>
<!-- CSS only Bootstratp link for styling the content -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">

</head>
<body bgcolor=#d4a3ae>

<center>
Expand All @@ -10,7 +15,7 @@ <h1> IRIS FLOWER DETECTION </h1><br>
Second value : <input type="text", name='b', placeholder="enter 2"> <br><br>
Third value : <input type="text", name='c', placeholder="enter 3"> <br><br>
Fourth value : <input type="text", name='d', placeholder="enter 4"> <br><br><br></b>
<input type="submit" , value='predict!' >
<input type="submit" class = "btn btn-primary btn-sm" , value='predict!' >
</form>

<img src='static\flower1.jpg' alt="flower">
Expand Down