Welcome to CoInspector

Your trusted coin identification tool.

˅
CoInspector

First AI Coin Identification

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

About Coinspector

Knowledge Graph

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

Upload

1. Upload

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

Analyze

2. Analyze

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

Result

3. Classify

Receive classification info: emperor, mint, year, and coin type.

API Access

API Upload

1. Send Image

Make a POST request to the API endpoint with your coin image.

POST /api/classify/
API Processing

2. Processing

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

API Response

3. Get Response

Receive JSON with classification: emperor, mint, date, and coin type.

{ "emperor": "Hadrian", "mint": "Rome", ... }