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()]))
-
Notifications
You must be signed in to change notification settings - Fork 0
Precioux/Precioux
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
My profile
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published