A rudimentary Flask API used to pull data from a local PostgreSQL database table and push it into a feedforward neural network in the aim of predicting concrete compressive strength.
If you would like to locally run only the model, refer to the ml_model2.py file under commit b7ebbe3. Download this commit, unzip it into a location of your choosing, verify all necessary package requirements and imports are satisfied, and then use the command line to run python ml_model2.py.