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":    "Chatbot Development & NLP",
            "- โ” Iโ€™m looking for help with": "Anything related to what I am currently learning ๐Ÿ˜…",
            "- ๐Ÿ“š I'm interested in":         "AI, Neuroscience, Cognitive Science, "
                                              "Psychology & Philosophy, Material Science & Chemistry, "
                                              "Photography, Books and Movies!"
        }

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 1

  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