-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
18 lines (17 loc) · 794 Bytes
/
pyproject.toml
File metadata and controls
18 lines (17 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[project]
name = "mnist_interactive"
version = "1.0.5"
authors = [
{ name="Luca Lowndes", email="Luca@Lowndes.net" },
]
description = "The MNIST Interactive Library is a Python tool for experimenting with the MNIST dataset and TensorFlow models. It features a 28x28 interactive grid where users can draw digits, submit them to a pre-trained model, and view predictions with confidence scores. Perfect for educational and experimental purposes."
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = { file = "LICENSE" }
[project.urls]
Homepage = "https://github.com/LucaLow/MNIST-Interactive-Model-Analyzer"
Issues = "https://github.com/LucaLow/MNIST-Interactive-Model-Analyzer/issues"