Welcome to this GitHub repository!
Explore the docs »
Report Bug
·
Request Feature
This repository contains the source code for the hungryish
web app- it will tell if your image has a hot dog or not! The inspiration for the project was Jian-Yang from the popular HBO Series Silicon Valley. This project was made possible by many open-sourced libraries and frameworks.
Hungryish
was built written in Python 3.7 employing Flask and Tensorflow. The front-end is simply HTML and CSS. See Acknowledgements
for more info.
To execute, simply:
- Clone this repository with
git clone https://github.com/shridpant/hungryish
. - Navigate to the root folder of the project and execute
pip install -r requirements.txt
to install all dependencies. - Execute with
python app.py
. - Open the address from the terminal on your browser. Upload the image and get your results!
- Home
- Hot dog
- Not a hot dog
Hungryish
is distributed under the MIT license. See LICENSE for more information.
This project welcomes contributions and suggestions. Feel free to fork this repository or submit your ideas through issues. Please carefully read and follow the Contributor Covenant Code of Conduct while participating in this project.
Do reach out to me on LinkedIn for any queries regarding the project.
Hungryish wouldn't be possible without the following resources: