The-Data-Alchemists-Manipal / MindWave

MindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
MIT License
96 stars 145 forks source link

Added Horse Human Detection using CNN #563

Closed Anantashayana closed 1 year ago

Anantashayana commented 1 year ago

Description

This project implements horse-human detection using a Convolutional Neural Network (CNN) model. The CNN architecture consists of multiple convolutional and pooling layers followed by dense layers for classification. The trained model is integrated into a Streamlit web app for user-friendly image classification.

Checklist

Related Issues or Pull Requests