Giter Club home page Giter Club logo

argocdexample's Introduction

Hi there ๐Ÿ‘‹

  • โœ‰๏ธย  You can contact me at my email
  • ๐Ÿง  I'm currently focusing on Federated Learning/LLMs/AI/ML/DL.
  • ๐Ÿค I'm open to work - message me
from dataclasses import dataclass, field
from typing import List


@dataclass
class DataProf:
    name: str = "Theophilus Siameh"
    current_role: str = "AI/ML Consultant"
    passions: List[str] = field(
        default_factory=lambda: [
            "artificial-intelligence",
            "data-science",
            "machine learning",
            "federated learning",
            "LLMs"
        ]
    )

    def say_hi(self):
        return "Hi! Thanks for watching.  ๐Ÿ‘‹"


me = DataProf()
print(me.say_hi())
  • ๐Ÿ”ญ Iโ€™m currently working on ...
  • ๐ŸŒฑ Iโ€™m currently learning ...
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on ...
  • ๐Ÿค” Iโ€™m looking for help with ...
  • ๐Ÿ’ฌ Ask me about ...
  • ๐Ÿ“ซ How to reach me: ...
  • ๐Ÿ˜„ Pronouns: ...
  • โšก Fun fact: ...

Data Science

TensorFlow Keras mlflow PyTorch

Numpy Pandas Plotly Scikit-Learn Matplotlib OpenCV

Deployment

Kubernetes Docker Grafana ElasticSearch Terraform

Programming Languages

Python Java Scala R Julia LaTeX

Backend Development

Flask FastAPI NodeJS ExpressJS

Database

MongoDB MySql SqlLite Postgres

BigData

Apache Spark Apache Kafka Apache Airflow

AI

ChatGPT

Socials

Twitter LinkedIn Instagram YouTube Discord


argocdexample's People

Contributors

aerogramme avatar donwany 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.