Skip to content

A collection of Streamlit-based applications showcasing deep learning in action, including movie recommendations, disease detection, and image classification. Pre-trained models and datasets are hosted on Google Drive for seamless integration.

Notifications You must be signed in to change notification settings

tejas-130704/Deep-Learning-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning Projects

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.


Projects Included

1. Movie Recommendation System

  • 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:

    Screenshot 2025-01-21 104026


2. Potato Leaf Disease Prediction

  • 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:

    Screenshot 2025-01-21 111111

    Screenshot 2025-01-21 111123


3. Cat/Dog Classifier

  • 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 the Cat Dog Classifier folder.

  • Screenshot:

Screenshot 2025-01-21 115408

Screenshot 2025-01-21 115417


Getting Started

Prerequisites

  1. Python 3.7 or later.
  2. Install required dependencies by running the following command:
    pip install -r requirements.txt

General Instructions

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.


File Structure

Deep-Learning-Projects/
├── Movie_Recommendation_System/
├── Potato_Leaf_Disease_Prediction/
├── Cat_Dog_Classifier/

Additional Information

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.


Acknowledgments

  • 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! 🎉

About

A collection of Streamlit-based applications showcasing deep learning in action, including movie recommendations, disease detection, and image classification. Pre-trained models and datasets are hosted on Google Drive for seamless integration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages