The delivered data was photos of the rooms and houses. Based on it we needed to:
- Predict what object are on the picture(tap, chair, table...)
- Predict what type the room is
- Predict the standard of the room
Start Date: 25-09-2019
Release Date: 27-09-2019
More Detailed Description Lorem Ipsum
.
├── AUTHORS.md
├── LICENSE
├── README.md
├── models <- compiled model .pkl or HDFS or .pb format
├── config <- any configuration files
├── data
│ ├── interim <- data in intermediate processing stage
│ ├── processed <- data after all preprocessing has been done
│ └── raw <- original unmodified data acting as source of truth and provenance
├── docs <- usage documentation or reference papers
├── notebooks <- jupyter notebooks for exploratory analysis and explanation
├── reports <- generated project artefacts eg. visualisations or tables
│ └── figures
└── src
├── data-proc <- scripts for processing data eg. transformations, dataset merges etc.
├── viz <- scripts for visualisation during EDA, modelling, error analysis etc.
├── modeling <- scripts for generating models
|--- environment.yml <- file with libraries and library versions for recreating the analysis environment