Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/redhat-na-ssa/datasci-fingerprint

Explore the wonders of ML with fingerprints
https://github.com/redhat-na-ssa/datasci-fingerprint

classification data-science dataset image-classification jupyter-notebook machine-learning tensorflow tensorflow-tutorials

Last synced: 16 days ago
JSON representation

Explore the wonders of ML with fingerprints

Awesome Lists containing this project

README

        

# Fingerprint Prediction on Unknown Prints

This tutorial demonstrates a basic machine learning workflow to create an image classifier that can predict human attributes from unknown fingerprints.

1. Examine and understand data
1. Process and transform data
1. Train a baseline model
1. Deploy to production
1. Tune the model
1. Deploy to production
1. Identify improvements

Project structure based on the cookiecutter data science project template. #cookiecutterdatascience

## Quick start

Go to [notebooks](notebooks) to get started

Local Development

```
scripts/bootstrap.sh
```

## Additional Resources

- [Cornell University - Research Paper](https://arxiv.org/abs/1807.10609)
- [Kaggle - Sokoto Coventry Fingerprint Dataset (SOCOFing)](https://www.kaggle.com/datasets/ruizgara/socofing)