Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 577 Bytes

File metadata and controls

10 lines (6 loc) · 577 Bytes

Description

This repo contains 3 main parts.

  1. 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).
  2. Data cleaning procedures take db file and prepare the dataframes for future ML model.
  3. 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.