kuzagaya / image-purge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Purge: Removing Notes from a Directory

The goal of this project is to automate the process of deleting images of notes from your directory. The project was inspired by the personal experience of having to manually delete a large number of images of notes after the exams from the folders. So in this projet we automate this task using python.

A deep neural network is trained to classify images and delete those that are no longer needed. This saves users time and effort, allowing them to easily manage and organize their exam image collections.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

  1. Clone the repository:
git clone https://github.com/[user]/image-purge.git

  1. Install the required libraries:
pip install -r requirements.txt
  1. Download the dataset and extract it to the data directory.

  2. Use the model to classify and delete notes from a project directory:

python purge.py [path_to_directory]

Screenshots:

screenshot2.png

Built With

About


Languages

Language:Python 100.0%