A simple web application that allows users to have neural frogs, wash and feed them, and as result, receive income that can be spent for the new frogs.
This repo contains the back-end part of the project, that provides connection in two alternative ways: as RESTful API and through WebSocket connection, that mostly duplicate HTTP requests functionality (watch documentation for more)
Implemented as Python application, core made on Flask and SQLAlchemy, APIs implemented with Flask-RESTful and Flask-Socket. Image generation based on a GAN model created with PyTorch.
The application is ready for deployment on Heroku, Procfile
provided as well (watch installation documentation for more)