Skip to content
View ssandra102's full-sized avatar
Focusing on the perfect coffee
Focusing on the perfect coffee

Block or report ssandra102

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ssandra102/README.md

Hi there, Im Sandra 👋

  • 🔭 I’m currently working on a MLOps project.
  • 🌱 I’m currently learning Machine Learning Systems Design

💡 Let's talk -- Artificial Intelligence -- Machine Learning -- Data Science
☕ Let's brew something new -- sandra.skaria86@gmail.com


Hornet-Developer

Pinned Loading

  1. AE.r AE.r
    1
    self.encoder = Sequential(
    2
            [
    3
              Dense(100, activation="relu"),
    4
              Dense(20, activation="relu")
    5
            ]
  2. Machine-Learning-API Machine-Learning-API Public

    ML API to perform OCR text extraction on receipt images and push the extracted then classified data to firebase.

    Jupyter Notebook 1

  3. statcli statcli Public

    A python command line tool to perform statistics on datasets. (not yet completed)

    Python

  4. FinTrack FinTrack Public

    Android application written in Java for UI of course project on cash flow management

    Java