Skip to content

Commit

Permalink
UI updates for v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Thimira committed May 7, 2019
1 parent bd13ba3 commit 79bea58
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 24 deletions.
7 changes: 6 additions & 1 deletion templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,27 @@
<h5 class="alert-heading">Disclaimer:</h5>
<ul>
<li>This is still an Alpha release. There are still many limitations. Miss-identification of birds are possible.</li>
<li>Currently only identifies the following 16 species of birds:
<li>Currently only identifies the following 21 species of birds:
<ul>
<li>Alexandrine Parakeet</li>
<li>Black-headed Ibis</li>
<li>Blue-tailed Bee-eater</li>
<li>Chestnut-headed Bee-eater</li>
<li>Cotton Pygmy Goose</li>
<li>Crested Serpent Eagle</li>
<li>Egret</li>
<li>Great Cormorant</li>
<li>Green Bee-eater</li>
<li>Indian Peafowl</li>
<li>Lesser Whistling Duck</li>
<li>Malabar Pied Hornbill</li>
<li>Mandarin</li>
<li>Owl</li>
<li>Painted Stork</li>
<li>Puffin</li>
<li>Sri Lanka Grey Hornbill</li>
<li>Sri Lanka Junglefowl</li>
<li>Sri Lanka Spurfowl</li>
<li>Toucan</li>
<li>Wood Duck</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<nav class="navbar fixed-bottom navbar-light bg-light">
<span class="navbar-text">
Bird Watch v0.0.4-Alpha
Bird Watch v0.0.5-Alpha
</span>
<span class="navbar-text">
<a class="nav-link" href="https://github.com/Thimira/bird_watch" target="_blank">GitHub</a>
Expand Down
30 changes: 8 additions & 22 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@


{% block content %}
<div class="alert alert-primary" role="alert">
<p>Upload your bird images and the system will try to recognition them</p>
{% if not label %}
<div class="jumbotron">
<h1 class="display-4">Bird Watch</h1>
<p class="lead">A Deep Learning / AI based Bird Image Identification System.</p>
<hr class="my-4">
<p class="lead">Upload your bird images below, and the system will try to recognition them.</p>
</div>
{% endif %}
<form action="" method="post" enctype="multipart/form-data">
<div class="form-group">
<label for="bird_image">Select image to upload</label>
Expand Down Expand Up @@ -62,26 +67,7 @@ <h5 class="card-title">Identification</h5>
<h5 class="alert-heading">Disclaimer:</h5>
<ul>
<li>This is still an Alpha release. There are still many limitations. Miss-identification of birds are possible.</li>
<li>Currently only identifies the following 16 species of birds:
<ul>
<li>Alexandrine Parakeet</li>
<li>Black-headed Ibis</li>
<li>Chestnut-headed Bee-eater</li>
<li>Cotton Pygmy Goose</li>
<li>Crested Serpent Eagle</li>
<li>Egret</li>
<li>Great Cormorant</li>
<li>Indian Peafowl</li>
<li>Lesser Whistling Duck</li>
<li>Malabar Pied Hornbill</li>
<li>Mandarin</li>
<li>Owl</li>
<li>Painted Stork</li>
<li>Puffin</li>
<li>Toucan</li>
<li>Wood Duck</li>
</ul>
</li>
<li>Currently is capable of identifying 21 species of birds. See the <a href="/about" class="alert-link">About</a> page for details.</li>
<li>The images you upload <strong>WILL NOT</strong> be kept in any way. The uploaded image data will be discarded on each request.</li>
</ul>
<p class="mb-0">The code of this application is available at <a href="https://github.com/Thimira/bird_watch" target="_blank" class="alert-link">GitHub</a>.</p>
Expand Down

0 comments on commit 79bea58

Please sign in to comment.