-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed python env. Template HTML design changes
- Loading branch information
Showing
861 changed files
with
67 additions
and
123,341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
web: gunicorn app:app | ||
web: gunicorn app:app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
[![Issues][issues]][issues-url] | ||
|
||
<br /> | ||
<p align="center"> | ||
<a href="https://github.com/shridpant/smort-apps"> | ||
<img src="static/logo.png" alt="Logo" width="80" height="80"> | ||
</a> | ||
|
||
<h3 align="center">Hot Dog or Not</h3> | ||
|
||
<p align="center"> | ||
Welcome to this GitHub repository! | ||
<br /> | ||
<a href="https://github.com/shridpant/smort-apps"><strong>Explore the docs »</strong></a> | ||
<br /> | ||
<br /> | ||
· | ||
<a href="https://github.com/shridpant/smort-apps/issues">Report Bug</a> | ||
· | ||
<a href="https://github.com/shridpant/smort-apps/issues">Request Feature</a> | ||
</p> | ||
</p> | ||
|
||
|
||
<!-- TABLE OF CONTENTS --> | ||
## Table of Contents | ||
|
||
* [About the Project](#about-the-project) | ||
* [Built With](#built-with) | ||
* [License](#license) | ||
* [Contact](#contact) | ||
* [Acknowledgements](#acknowledgements) | ||
|
||
<!-- ABOUT THE PROJECT --> | ||
## About The Project | ||
|
||
This repository contains the source code for "Hot Dog or Not" Web App. It was made possible by many open-sourced libraries and frameworks. | ||
|
||
### Built With | ||
|
||
The web app was built with Flask, Tensorflow, Jinja2 and HTML. See `Acknowledgements` for more info. | ||
|
||
<!-- LICENSE --> | ||
## License | ||
|
||
Distributed under the MIT license. See `LICENSE` for more information. | ||
|
||
<!-- CONTACT --> | ||
## Contact | ||
|
||
Shrid Pant - [LinkedIn](https://www.linkedin.com/in/shridpant/) | ||
|
||
<!-- ACKNOWLEDGEMENTS --> | ||
## Acknowledements | ||
* [Tensorflow](https://github.com/tensorflow/tensorflow) | ||
* [Bootstrap](https://getbootstrap.com/) | ||
* [VPanjeta/hotdog-or-not-hotdog](https://github.com/VPanjeta/hotdog-or-not-hotdog) | ||
* [Flask](https://flask.palletsprojects.com/en/1.1.x/) | ||
* [Img Shields](https://shields.io) | ||
|
||
<!-- MARKDOWN LINKS & IMAGES --> | ||
[issues]: https://img.shields.io/github/issues-raw/shridpant/smort-apps | ||
[issues-url]: https://github.com/shridpant/smort-apps/issues |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{% extends "layout.html" %} | ||
{% block body%} | ||
<p>The image is <em>{{ predictions }}</em></p> | ||
<img src={{ my_image }} width="20%"> | ||
<img src={{ my_image }} width="20%"> <br /><br /> | ||
<a href="/">Back</a> | ||
{% endblock %} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.