Blog

Sharing what I learn while working on new ideas.

  • All Posts
  • Blog
  • Post
  • Projects
Anime Face Generation Using DCGAN with Keras and TensorFlow
March 8, 2024

Generative Adversarial Networks (GANs) have revolutionized image synthesis. In this post, we walk through the implementation of a Deep Convolutional GAN (DCGAN) using Keras and TensorFlow, trained to generate 64×64 anime-style faces. Dataset Preparation The dataset consists of preprocessed anime faces resized to 64×64...

Multi-Class Brain Tumor Detection Using Deep Learning
July 1, 2023

Brain tumors are abnormal growths of cells in the brain that can be life-threatening. Early and accurate detection is crucial for effective treatment. Deep learning, specifically convolutional neural networks (CNNs), has revolutionized medical imaging by providing automated and accurate diagnoses. This project focuses on...

OpenCV: Everything You Need to Know
July 24, 2022

OpenCV (Open Source Computer Vision Library) is an open-source, cross-platform library designed for real-time computer vision and image processing tasks. Initially released in 2000 and developed by Intel, it provides tools for analyzing and manipulating images and videos. OpenCV is widely used in applications...

Plant Disease Detection Using CNN
April 2, 2021

With the advancement of technology, agriculture has seen significant improvements, especially with the integration of machine learning techniques. One of the pressing challenges faced by farmers is the early detection of plant diseases. This project focuses on building a Convolutional Neural Network (CNN) to...

Load More

End of Content.