Car Comparison Web App (Python, Flask, Docker)

In this project, I wrote a Python application that compares the power to weight ratio of any two automobiles.

This web app takes the details of two vehicles, calculates their power to weight ratios, then compares them to one another providing a result explaining which ratio is greater and by what percentage.

The program is written in Python and uses Flask to display it as a web application.

To make this program even more flexible, it currently runs in a Docker container. The Dockerfile is built from scratch, using Python slim as a parent image with the necessary ports exposed.