GithubHelp home page GithubHelp logo

ra312 / jericho Goto Github PK

View Code? Open in Web Editor NEW

This project forked from microsoft/jericho

0.0 0.0 0.0 2.56 MB

A learning environment for man-made Interactive Fiction games.

License: GNU General Public License v2.0

Makefile 0.75% Batchfile 0.01% Shell 0.14% Roff 1.19% C 71.92% C++ 0.65% Perl 0.09% Assembly 0.18% PHP 0.67% Python 24.39%

jericho's Introduction

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())
โ€‹

jericho's People

Contributors

aaptel avatar chiijlaw avatar gabrielfelipeg avatar marccote avatar mhauskn avatar microsoftopensource avatar msftgits avatar nikisix avatar ysymyth avatar

Watchers

 avatar

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.