Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 430 Bytes

File metadata and controls

13 lines (11 loc) · 430 Bytes

poc

Repo containing Proof of Concepts (poc)

  • ml-lifecycle: demonstrates the complete lifecycle of an ml project, which consists of:

    • data ingestion
    • data preprocessing
    • model building
    • model serving
    • model monitoring

    and logging in a MongoDB database.

  • vaex_100_gb_data: analysing data of size 100gb with vaex library.

  • messenger_chatbot: build a simple chatbot (ANN) and integrate it with messenger api.