Skip to content
View ra312's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ra312

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
ra312/README.md

Hello πŸ‘‹

Visits Badge Open Source Love

Hi,I'm Rauan, a Software Engineer who enjoys translating business problems to software products.

  • πŸ”­ I usually work on automating and orchestrating custom pipelines for data extraction, ML model deployment and tracking in production (Google Kubernetes Engine, Vertex AI)

πŸ‘¨πŸ»β€πŸ’» Languages and Tools

Kubernetes C SQL CI/CD Jira C++

​
import json
from dataclasses import asdict, dataclass


@dataclass
class MLStack:
    external_databases : tuple = ("PostgreSQL", "Oracle", "IBM_DB")
    machine_learning   : tuple = ("TensorFlow", "Scikit-Learn", "PyTorch", "xgBoost", "HyperOpt") 
    apache_stack       : tuple = ("Apache Spark", "Hive", "NiFi", "Flink", "Apache Knox")
    cloud_stack        : tuple = ("Google Kubernetes Engine")
    production         : tuple = ("Vertex AI", "Kubeflow","Luigi", "Airflow")
    os                 : tuple = ("ZooKeeper", "Alpine Linux")

    def serialize(self):
        return json.dumps(asdict(self), indent=4)


stack = Stack()
print(stack.serialize())
​

Popular repositories Loading

  1. let_BERTy_know let_BERTy_know Public

    detecting spam in SMS

    Python 1

  2. credit_score credit_score Public

    End-To-End AI-powered credit score engine

    Jupyter Notebook 1 1

  3. anomaly_detection anomaly_detection Public

    anomaly_detection

    Python

  4. sentiment_classifier sentiment_classifier Public

    Product review sentiment classifier

    Python

  5. oh-my-zsh-config oh-my-zsh-config Public

    my oh-my-zsh config

    Shell

  6. reading_list reading_list Public