โค
Welcome to my GitHub profile! I'm a third-year Artificial Intelligence student at Deggendorf Institute of Technology with a passion for full-stack development and machine learning. I love tackling complex problems and building practical solutions that make a difference.
class Developer:
def __init__(self, name):
self.name = name
self.languages = ["Python", "JavaScript", "TypeScript", "Java", "C#"]
self.specialties = ["Full-Stack Development", "Machine Learning", "Computer Vision"]
self.tools = ["Docker", "Git", "AWS", "Azure", "React", "FastAPI"]
self.currently_learning = "Advanced ML/DL architectures and cloud deployment"
def say_hello(self):
return f"Hi there, I'm {self.name}! Welcome to my GitHub profile!"
me = Developer("Hlex")
print(me.say_hello())โข
- ๐๏ธ Deggendorf Waste Sorting Assistant - AI-powered computer vision app helping international students navigate Germany's complex waste sorting system using YOLO and PyTorch
- ๐ Deutsche Bahn Delay Predictor - Machine learning model predicting train delays using supervised regression on historical schedule data
- ๐ข Titanic Survival Predictor - Production-ready full-stack application with microservices architecture, featuring ML predictions and modern React UI
- ๐ค Devablos V2 - Full-stack chatbot application with real-time WebSocket communication and OpenAI API integration
- ๐ฅ Project Apero - Stroke risk assessment system combining ML predictions with a Rasa-powered chatbot
- ๐ Document Conversion Solutions - Comprehensive toolkit for converting between DOCX, PPTX, Markdown, and Google Docs formats
- ๐ฆ UNICorn - AI-powered university assistant
- ๐ฎ WildForFood - Web-based Unity game
Languages & Frameworks
- Frontend: React.js, Next.js, TypeScript, JavaScript, Tailwind CSS
- Backend: Python, Node.js, Express.js, FastAPI, .NET
- Machine Learning: PyTorch, Scikit-Learn, TensorFlow, Computer Vision, YOLO
DevOps & Cloud
- Containerization: Docker, Kubernetes
- CI/CD: GitHub Actions, automated testing
- Cloud Platforms: AWS, Microsoft Azure
- Tools: Git, Nginx, PostgreSQL, REST APIs
Specializations
- Full-Stack Development & Microservices
- Machine Learning & Deep Learning
- Computer Vision & AI Applications
- Agile Project Management (Scrum)
- ๐ฏ Deepening expertise in Kubernetes and container orchestration
- ๐ง Exploring advanced neural network architectures
- โ๏ธ Mastering cloud-native application deployment
- ๐ค B.Sc. in Artificial Intelligence - Deggendorf Institute of Technology (Current)
- ๐ป Computer Science Studies - University of Nicosia (Previous)
Always open to interesting projects, collaboration opportunities, and tech discussions!
Happy coding! ๐ป