Available for collaboration

Hi! I am

Welcome to my corner of the internet! I'm a passionate developer sharing insights on AI, Deep Learning, Software Engineering, and the journey of building meaningful technology. Join me as I explore the intersection of code and creativity.

Press+Kto search

Building the future, one line at a time

Passionate about creating meaningful technology and sharing knowledge with the community.

Blog Posts
50+
Projects
25+
GitHub Stars
4K+
Years Coding
8+

Latest Projects

Explore my recent work in AI, web development, and open-source contributions.

View my projects

Let's Collaborate

Interested in working together? Let's discuss your next project or idea.

Get in touch

Open Source

Check out my contributions and projects on GitHub. All code is open and free.

Visit my GitHub

Learning Resources

Tutorials, guides, and insights to help you grow as a developer.

Read my blog

Yearly Contributions

(from my Github + Gitlab accounts - 2555 total)

Latest Articles

Insights, tutorials, and thoughts on AI, software engineering, and technology trends.

Fine-tuning Llama 3.2 (1B, 3B) and Using It Locally with Llama Assistant 🌟
External

Hey there, AI enthusiasts! Ready to dive into the exciting world of Llama 3.2? This guide is your ticket to turning this powerful but pint-sized AI model into your very own customized assistant. We'll walk you through every step – from playing with pre-trained models to fine-tuning them to your specific needs, and deploying it locally with Llama Assistant.

Privacy in AI: Why I Created Llama Assistant

Privacy in AI is a hot topic. I created Llama Assistant to provide a privacy-focused alternative to popular AI assistants like ChatGPT or Claude AI. In this blog post, I'll share my motivation behind creating Llama Assistant and how it differs from other AI assistants.

Performant Django - How to optimize your Django application?

Django is a powerful and popular Python web framework known for its ease of use and flexibility. However, as your web application grows in complexity and traffic, it's crucial to optimize it for high performance to ensure responsiveness and scalability, especially if you're building data-intensive or large-scale applications. In this blog post, we'll explore various strategies and best practices for optimizing Django for peak performance.

Review YOLO-NAS - Search for a better YOLO

A short review of advancements in YOLO-NAS - a new YOLO architecture born from Neural Architecture Search.

AnyLabeling - Smart image labeling with Segment Anything and YOLO

Let's see the magic of Segment Anything and YOLO to create a smart image labeling tool in my newest open-source project - AnyLabeling.

Airflow, MLflow or Kubeflow for MLOps?

Machine learning is now focusing more on the data (data-centric AI), and MLOps is obviously the way to bring ML projects into production. Today, I will review three popular MLOps frameworks, which are Airflow, MLflow and Kubeflow. The target is to answer two questions: what are the differences between them, and which ...