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

Highlights

  • Pro
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only 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

  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