class Deju:
def __init__(self, **kwargs):
self.name = self.__class__.__name__
self.interests = ['AI', 'Data Science', 'Machine Learning', 'Robotics & Embedded Systems', 'Web Development']
self.skills = {
'languages': ['Python', 'JavaScript', 'C++','Typescript', 'HTML5/CSS'],
'data_science': ['matplotlib', 'pandas', 'numpy', 'seaborn', 'plotly', 'scipy'],
'machine_learning': ['scikit-learn', 'XGBoost', 'lightBGM', 'catboost'],
'deep_learning': ['TensorFlow', 'Keras', 'PyTorch'],
'artifcial_intelligence': ['LangChain', 'LangGraph', 'LLMs', 'HuggingFace', 'GroqAI', 'LangSmith', 'Vector Databases'],
'robotics & IoT': ['Arduino', 'RaspberryPi', 'ESP32']
'web_development': {
'Frontend': ['React.js', 'Bootstrap', 'jQuery', 'WordPress', 'HTML5', 'CSS', 'EJS'],
'Backend': ['Flask', 'Node.js', 'FastAPI', 'Express.js', 'Streamlit', 'Firebase', 'Supabase']
},
'databases': ['SQLAlquemy', 'SQLite', 'PostgreSQL', 'Supabase'],
'version_control': ['Git', 'GitHub'],
'deployment & CI/CD': ['Docker', 'GCP', 'Azure', 'AWS', 'GitHub Actions', 'Vercel', 'Render']
}
self.hobbies = ['Learning', 'Music', 'Football', 'Gaming']
# Always looking to improve and add to my skills:
for key, value in kwargs.items():
setattr(self, key, value)- 🔭 I’m currently working on a few personal projects to showcase my abilities.
- 🌱 I’m working on projects in Machine Learning / AI (RAG and Agentic AI), robotics, and full-stack web development.
- 👯 I’m looking to collaborate on ML/AI, Python, Data Science, Web Development projects.
- 💬 Ask me about Python, data science, AI, or machine learning 😮💨.
- ⚡ Fun fact: I love building stuff 🏗, Football ⚽, Gaming 🎮, and Learning 📚
Feel free to reach out if you have any questions or just want to connect! 😊


