You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project utilizes a sophisticated deep learning model trained to classify breast ultrasound images into three categories: benign, malignant, or normal, thus determining the presence of breast cancer.
This repository contains a deep learning project for flower image classification using the InceptionV3 CNN architecture. The project leverages transfer learning on the InceptionV3 pre-trained model, fine-tuning it on a specific dataset of flower images.
This is a computer vision-based raised finger counter program that utilizes the MediaPipe library to identify hand landmarks and extract relevant information to count the number of raised fingers in a live webcam feed.
This is a simple fibonacci number generator that takes an integer input from a user, then uses that input as the term of the fibonacci number to be generated. This program utilizes recursion and memoization (caching) to efficiently compute Fibonacci numbers.
This program is a basic GUI calculator program built using the Swing library. It enables users to perform addition, subtraction, multiplication, and division operations on two numbers.
This is a simple web scraper that uses the Beautiful Soup library to retrieve the latest news headlines from the BBC News website and then saves the retrieved data to a CSV file for later use.
This is a simple speech-to-text program that uses the SpeechRecognition library to capture spoken words from a microphone for 5 seconds and then transcribes the captured words into readable text.
This is a simple pattern-based file remover that provides an efficient way to clean up files in a specified directory based on a user-defined naming pattern.