Skip to content
View srigas's full-sized avatar
🗨️
this is fine 🔥🐶
🗨️
this is fine 🔥🐶

Highlights

  • Pro
Block or Report

Block or report srigas

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

Hello, world!

#!/usr/bin/python

class SpyrosR:
    def __init__(self):
        self.name = "Spyros Rigas"
        self.role = "Data & ML Engineer"

    def hello_world(self):
        print("➡ Physicist, Theoretical Physics MSc (NKUA) and Data Science & Machine Learning MSc (NTUA)")
        print("➡ Working as a Data & ML Engineer @ SeaQuest Marine Technologies.")
        print("➡ Pursuing a PhD in Physics-Informed Deep Learning for Scientific Computing.")

me = SpyrosR()
me.hello_world()

Pinned

  1. jaxKAN jaxKAN Public

    A JAX-based implementation of Kolmogorov-Arnold Networks

    Jupyter Notebook 4

  2. IMV-LSTM_FastAPI-Streamlit_Implementation IMV-LSTM_FastAPI-Streamlit_Implementation Public

    A dockerized "full-stack" implementation of the IMV-LSTM neural network, served on a Streamlit UI based on FastAPI.

    Python 4

  3. PyTorch_on_Spark PyTorch_on_Spark Public

    Repository containing Databricks notebooks for the training of a PyTorch model on Spark's distributed environment using the SparkTorch library.

    Jupyter Notebook 2 1

  4. Speech-to-speech_GPT Speech-to-speech_GPT Public

    A short python file showcasing how a speech-to-speech chatbot can be generated with only a few lines of code and an OpenAI API key.

    Python 2 1