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