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

Pinned Loading

  1. Eunoia-Plus Public

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

    Jupyter Notebook

  2. The-Inattentive-Interview-An-LLM-Assisted-Clinical-Transcript-Generation-and-Analysis Public

    Forked from XinhuiLi/mexa-hack

    The Inattentive Interview

    Jupyter Notebook 1

  3. LangChain-for-LLM-Application-Development Public

    Jupyter Notebook 1

  4. Advanced-Large-Language-Model-Agents Public

    UC Berkeley, MOOC, Spring 2025

    Python

  5. Counseler-Chatbot Public

    Mental Health Assistant

    Jupyter Notebook

  6. CrisisWatch-NLP Public

    CrisisWatch-NLP is a social media monitoring tool that uses NLP, sentiment analysis, and geospatial mapping to detect and visualize crisis-related discussions on Reddit, including mental health dis…

    Jupyter Notebook