Skip to content
View Precioux's full-sized avatar
๐ŸŒŠ
๐ŸŒŠ
Block or Report

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

  1. Data-Mining Data-Mining Public

    Data Mining Course - Fall 2024

    Jupyter Notebook

  2. Twitter-Project Twitter-Project Public

    Advanced Programming Course Final Project - Fall 2021

    Java 1

  3. Coin-Price-Monitoring Coin-Price-Monitoring Public

    Cloud Computing final project - Spring 2023

    Python

  4. Persian-Search-Engine Persian-Search-Engine Public

    Information Retrieval Project - Spring 2023

    Python

  5. PlannerPal PlannerPal Public

    Android Programming Final Project - Fall 2023

    Kotlin 2

  6. Machine-Learning-Projects Machine-Learning-Projects Public

    Projects for Institute for Research in Fundamental Sciences (IPM) Internship Course - Summer 2022

    Jupyter Notebook