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()]))
๐
Computer Engineering
Student at AUT
-
Amirkabir University of Technology
- Tehran, Iran
- precioux.github.io
Pinned Loading
-
-
AI-and-ML-applications-in-Biomedical-Sciences
AI-and-ML-applications-in-Biomedical-Sciences PublicJupyter Notebook
-
-
Cancer-Image-Detection
Cancer-Image-Detection PublicCancer Image Detection With PyTorch
Jupyter Notebook
-
Eunoia-Plus
Eunoia-Plus PublicOpen-Domain Chitchat System with Multi-Module Architecture for Enhanced Conversational AI
Jupyter Notebook
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.