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()]))
🌊
Graduate CS Student at UdeM & Mila Quebec AI Institute
-
Université de Montréal
- Montreal, Canada
- 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.