Skip to content
View Precioux's full-sized avatar
🌊
🌊

Block or report Precioux

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

About Me 🗺️

class Bio:
    def __init__(self):
        self.data = {
            "- 🌱 I’m currently learning":    "Generative AI, Multimodal Models, and Neuro-inspired AI",
            "- ❔ I’m looking for help with": "Exploring innovative uses of LLMs in neuroscience and AI",
            "- 📚 I'm interested in":         "AI, Neuroscience, Cognitive Science, "
                                              "Natural Language Processing, Generative Models, "
                                              "Philosophy, Psychology!"
        }


def get_bio():
    return Bio().data

if __name__ == "__main__":
    bio_data = get_bio()
    
    print("About Me 🗺️")
    print("\n".join([f"{k}: {v}" for k, v in bio_data.items()]))

You can reach me at

Samin Mahdipour's LinkedIn Profile Samin Mahdipour's Kaggle Profile Samin Mahdipour's Gmail Samin Mahdipour's dockerhub Profile

GitHub Stats

precioux precioux


Pinned Loading

  1. Data-Mining Data-Mining Public

    Data Mining Course - Fall 2024

    Jupyter Notebook

  2. Eunoia Eunoia Public

    Open Domain Chitchat System

    Jupyter Notebook 1

  3. AI-and-ML-applications-in-Biomedical-Sciences AI-and-ML-applications-in-Biomedical-Sciences Public

    Jupyter Notebook

  4. Brain-Tumor-Detection Brain-Tumor-Detection Public

    Tumor Detector

    Jupyter Notebook

  5. Cancer-Image-Detection Cancer-Image-Detection Public

    Cancer Image Detection With PyTorch

    Jupyter Notebook

  6. Eunoia-Plus Eunoia-Plus Public

    Open-Domain Chitchat System with Multi-Module Architecture for Enhanced Conversational AI

    Jupyter Notebook