Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

kaylan21k/South-African-Bank-Coin-Recognition-Project

Type de record:

project
Créateur:
kay
Hôte:
# South African Bank Coin Recognition Project A computer vision system for accurate recognition and classification of South African bank coins using deep learning techniques. ## Model Training Notebook **The model training notebook is a crucial component of this project. It contains the complete pipeline for developing the coin recognition system, including:** - Processing 714 original coin images - Performing multiple augmentations to increase dataset size to 7,854 images - Image preprocessing and enhancement - Image segmentation - Feature extraction - Coin classification (both denomination and side) - Model comparison and selection **Access the notebook here:** COMP702_PROJECT.ipynb **Original images required by notebook(COMP702_PROJECT.ipynb) here:** original_coins.zip ## Important Note The application requires model files located in the `models_final.zip` archive. You must extract these files before running the application. **1. Unzip the Archive** Open a terminal or command prompt in the project's root directory and use the appropriate command for your operating system. * **On macOS or Linux:** ```bash unzip models_final.zip ``` * **On Windows (using PowerShell):** The `tar` command is generally more reliable for avoiding nested directories. ```powershell tar -xf models_final.zip ``` **2. Verify the Directory Structure** After unzipping, you must have a single `models_final` directory containing the model files. Please verify that your folder structure looks like the Project Structure Below. ## Project Structure ``` South-African-Bank-Coin-Recognition-Project/ ├── README.md ├── image_processing_pipeline.py ├── main.py ├── models_final.py (After Unzipped) │ ├── feature_names.json │ ├── random_forest_side_model.joblib │ ├── random_forest_type_model.joblib │ ├── scaler.joblib ├── model_loader.py ├── models_final.zip (must be unzipped before running) └── requirements.txt ``` ## Installation Instructions ### Prerequisites - Python 3.7 or hi …

Visit

github.com

Tasks

computer visionimage classification

Similaires

NtetheWonder/South-African-Bank-Coin-Recognition-Systemnkosiyazimthanti01/South-African-Coin-RecognitionKgFix/South-African-Bank-Notes-Recognitiontashmikapillay/South-African-Bank-Notes-Recognitionjeromereddy9/South-African-Bank-Notes-RecognitionAphelele-Dumakude/South-African-bank-notes-recognition-system

NtetheWonder/South-African-Bank-Coin-Recognition-System

this is Coin recognition System to recognise south african bank coins # South-African-Bank-Coin-Rec

nkosiyazimthanti01/South-African-Coin-Recognition

# South African Coin Recognition The aim of bank coin recognition is to identify the properties (fea

KgFix/South-African-Bank-Notes-Recognition

South African Bank Notes Recognition notebook for my COMP702 group Project # COMP702 — South Africa

tashmikapillay/South-African-Bank-Notes-Recognition

This project builds a full image processing and computer vision pipeline to classify South African b

jeromereddy9/South-African-Bank-Notes-Recognition

An image processing system for classifying South African banknotes (R10, R20, R50, R100, R200) invar

Aphelele-Dumakude/South-African-bank-notes-recognition-system

The aim of bank note recognition is to identify the properties (features) of the depicted bank note