Giter Club home page Giter Club logo

sherlock's Introduction

Sherlock: data and deployment scripts.

Sherlock is a deep-learning approach to semantic data type detection which is important for, among others, data cleaning and schema matching. This repository provides data and scripts to guide the deployment of Sherlock.

More details about this repository follow.

Project Organization

├── data
    ├── processed      <- Examples of preprocessed data sets (feature vectors and labels).
    └── raw            <- Raw data example corresponding to preprocessed data.
 
├── notebooks          <- Notebooks demonstrating the deployment of Sherlock using this repository.
        └── run_sherlock.py
 
├── src                <- Source code for working with this project.
    ├── deploy         <- Scripts to (re)train models on new data, and generate predictions.
        └── classes_sherlock.npy
        └── predict_sherlock.py
        └── train_sherlock.py
    ├── features       <- Scripts to turn raw data, storing raw data columns, into features.
        └── bag_of_characters.py
        └── bag_of_words.py
        └── build_features.py
        └── par_vec_trained_400.pkl
        └── paragraph_vectors.py
        └── word_embeddings.py
    ├── models         <- Trained models.
        ├── sherlock_model.json
        └── sherlock_weights.h5
        
├── LICENSE

├── TO COME.txt       <- File describing expected repository contents.

└── requirements.txt  <- Dependencies for reproducing the work, and using the provided scripts.

sherlock's People

Contributors

madelonhulsebos avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.