Welcome to the Deep Learning Projects repository. This repository contains multiple Streamlit-based projects showcasing applications of deep learning and machine learning in various domains.
-
Description: Recommends movies similar to the one provided by the user.
-
Repository:
Movie_Recommendation_System
-
Instructions: Follow the project-specific README for setup and usage details.
-
Required Files: Download supporting models and data from Google Drive under the
Movie Recommendation System
folder. -
Screenshot:
-
Description: Predicts diseases in potato leaves based on an uploaded image.
-
Repository:
Potato_Leaf_Disease_Prediction
-
Instructions: Follow the project-specific README for setup and usage details.
-
Required Files: Download the pre-trained model and datasets from Google Drive under the
Potato Leaf Disease Prediction
folder. -
Screenshot:
-
Description: Classifies uploaded images as either a cat or a dog.
-
Repository:
Cat_Dog_Classifier
-
Instructions: Follow the project-specific README for setup and usage details.
-
Required Files: Download the
model.h5
file from Google Drive under theCat Dog Classifier
folder. -
Screenshot:
- Python 3.7 or later.
- Install required dependencies by running the following command:
pip install -r requirements.txt
Each project has its own directory with a README.md
file explaining setup instructions, required files, and usage. Follow the steps mentioned to get each project running.
Deep-Learning-Projects/
├── Movie_Recommendation_System/
├── Potato_Leaf_Disease_Prediction/
├── Cat_Dog_Classifier/
The models and datasets required for these projects are hosted on Google Drive due to size constraints. Please download the necessary files from this link and place them in their respective project folders as instructed.
- TensorFlow, Keras, and Scikit-learn for their frameworks.
- Streamlit for providing an interactive and user-friendly platform for web apps.
Feel free to contribute or report issues! 🎉