{% extends 'base.html' %} {% load static %} {% block title %}Upload Image — Constellar{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Image Analysis

Upload a Night Sky Image

Drop in a photo of the stars and our detection model will identify every constellation it can find.

{% csrf_token %}

Drop your image here, or click to browse

JPG, JPEG or PNG · up to 10 MB

Tips for Accurate Detection

Clear night sky

Minimal cloud cover and low light pollution give the model the cleanest star patterns to work with.

High resolution

Sharper images mean more stars visible to the detector — avoid heavy compression or blur.

Wide framing

Include full star patterns rather than tight crops — constellations need context to be recognized.

Prefer a different method?

Live Camera Detection Browse Database
{% endblock %} {% block extra_js %} {% endblock %}