This repo contains 3 main parts.
- Web Service is aimed to markdown appartments plannings. It shows a picture, user mark its edges and walls, and service save new markdown to the database (actually
.json
file). - Data cleaning procedures take db file and prepare the dataframes for future ML model.
- Models load already tuned models, and predict markdown for every image in the db.
Learning models is out of scope here; the relevant code is located at planning_nn_model repo.