class ElySimp:
def __init__(self):
self.name = "ElySimp"
self.education = [
"Software Engineering @ Nanjing Xiaozhuang University, China",
"Informatics Engineering @ Esa Unggul University, Indonesia"
]
self.interests = ["AI & Machine Learning", "Networking", "Cyber Security"]
self.current_learning = "Google Cloud Gen AI & Networking"
def get_skills(self):
return {
"languages": ["Python", "C++", "JavaScript"],
"web_dev": ["HTML", "CSS", "React"],
"ai_ml": ["TensorFlow", "NLP", "Time Series", "Image Classification"],
"cloud": ["Google Cloud Platform"]
}
|
|
|
|
|
"It's never too late to start anything β¨"
| Project | Description | Tech Stack |
|---|---|---|
| Curah Hujan Datasets | Data Science project collecting rainfall data from BMKG with an interactive dashboard for visualization. | |
| Sentiment Analysis XAI | Research implementation analyzing SVM vs Naive Bayes performance using Explainable AI (XAI) techniques. | |
| SynaAI π | Private Project - A personal, locally-hosted AI assistant designed for autonomous tasks and interaction. |



