First AI Coin Identification
CoInspector uses the first Neural Network trained on all Roman Coins - Republican, Imperial and Provincial Coinage

About Coinspector

Coinspector was developed on the basis of a knowledge graph , researchers, and archaeologists identify ancient Roman coins using state-of-the-art machine learning models trained on thousands of historical patterns, researchers, and archaeologists identify ancient Roman coins using state-of-the-art machine learning models trained on thousands of historical patterns.
How It Works

1. Upload
Take a clear photo of the coin and upload it to Coinspector.

2. Analyze
Coinspector's AI analyzes the inscription, imagery, and shape.

3. Classify
Receive classification info: emperor, mint, year, and coin type.
API Access

1. Send Image
Make a POST request to the API endpoint with your coin image.
POST /api/classify/

2. Processing
The server uses AI to extract features and match them to known types.

3. Get Response
Receive JSON with classification: emperor, mint, date, and coin type.
{ "emperor": "Hadrian", "mint": "Rome", ... }