milaan9 /
92_Python_Games
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
81/100 healthLoading repository data…
Ujjwal-270 / repository
This repository contains a Jupyter Notebook for classifying potato leaf diseases using deep learning techniques.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains a Jupyter Notebook (ECNN_ADAMAX.ipynb) that implements a Convolutional Neural Network (CNN) for detecting diseases in potato leaves. The project leverages deep learning techniques to analyze images and classify the health status of potato plants, helping to improve agricultural practices and crop yield.
The dataset consists of images of potato leaves, categorized into different classes representing healthy and diseased leaves. Plant Village dataset consists of more than 10,000 images of leaves of different species. This data is essential for training the CNN model and can be obtained from [Dataset Link].
To run this notebook, you need:
requirements.txt)git clone https://github.com/yourusername/Potato-Disease-Detection-Using-CNN.git
cd Potato-Disease-Detection-Using-CNN
3.(Optional) Create a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
4.(Optional) If you don't have requirements.txt, you can manually install the necessary libraries:
pip install tensorflow keras numpy matplotlib opencv-python
jupyter notebook ECNN_ADAMAX.ipynb
The model's performance can be evaluated using various metrics such as accuracy, precision, recall, and F1-score. The Jupyter Notebook contains visualizations of the training process, including graphs for loss and accuracy over epochs. Additionally, a classification report detailing the model's performance on the test set is generated, allowing for a comprehensive analysis of its effectiveness in detecting potato diseases.
Selected from shared topics, language and repository description—not editorial ratings.
milaan9 /
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
81/100 healthjanblechschmidt /
This repository contains a number of Jupyter Notebooks illustrating different approaches to solve partial differential equations by means of neural networks using TensorFlow.
80/100 healthintegrativebioinformatics /
This repository contains scNotebooks, a collection of interactive Jupyter and Google Colab notebooks designed to teach and practice single‑cell and spatial transcriptomics. The notebooks guide learners through the complete workflow from introductory steps and single‑cell pipelines to diverse analytical approaches, and FAIR and sharing data
dipanjanS /
This repository will contain the presentation and python jupyter notebooks for the DataHack Summit 2024 conference talk, Improving Real-world Retrieval Augmented Generation Systems, focusing on the key challenges and practical solutions of how to solve them
69/100 healthlaxmimerit /
This repository contains implementations of Retrieval-Augmented Generation (RAG) in Jupyter notebooks. It includes examples of building chatbots with and without history, processing PDFs with RAG, and using DeepSeek models for local RAG and financial document analysis.
62/100 healthStephanRhode /
This repository contains jupyter notebooks and python code for KIT course: Python Algorithms for Automotive Engineering
58/100 health