GithubHelp home page GithubHelp logo

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

ra312's Projects

ipython-sql icon ipython-sql

%%sql magic for IPython, hopefully evolving into full SQL client

jericho icon jericho

A learning environment for man-made Interactive Fiction games.

jina icon jina

An easier way to build neural search on the cloud

llava icon llava

Large Language-and-Vision Assistant built towards multimodal GPT-4 level capabilities.

luigi icon luigi

Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.

microblog-2012 icon microblog-2012

Microblog application for the original Flask Mega-Tutorial from 2012

ml-sk-project icon ml-sk-project

This repository contains all necessary scripts for project of team 8

mm-cot icon mm-cot

Official implementation for "Multimodal Chain-of-Thought Reasoning in Language Models" (stay tuned and more will be updated)

mojo icon mojo

The Mojo Programming Language

open-assistant icon open-assistant

OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.

petastorm icon petastorm

Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets in Apache Parquet format. It supports ML frameworks such as Tensorflow, Pytorch, and PySpark and can be used from pure Python code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.