Skip to content

Metystes/Skyhacks_Fine_Tuned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Recognition SkyHacks 2

The delivered data was photos of the rooms and houses. Based on it we needed to:

  1. Predict what object are on the picture(tap, chair, table...)
  2. Predict what type the room is
  3. Predict the standard of the room

Start Date: 25-09-2019

Release Date: 27-09-2019

Description

More Detailed Description Lorem Ipsum

Directory Structure

.
├── 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published