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

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())
​

Pinned Loading

  1. model-server model-server Public

    A fastapi web application for real time inference

    Python 1

  2. mojo mojo Public

    Forked from modularml/mojo

    The Mojo Programming Language