🌍 GeoGuessr AI: Geolocation Predictor

Model ini dirancang untuk menebak koordinat lokasi berdasarkan gambar pemandangan jalan (Street View).

πŸš€ Cara Menggunakan Melalui UI (Widget)

Di sebelah kanan halaman ini, kamu akan melihat kotak "Hosted inference API":

  1. Klik area "Upload image".
  2. Masukkan foto jalanan atau pemandangan.
  3. Model akan memberikan output koordinat (atau label lokasi).

πŸ’» Cara Menggunakan via Python (Library Transformers)

Jika kamu ingin menggunakan model ini di dalam kodinganmu sendiri, gunakan cara berikut:

from transformers import pipeline

# Inisialisasi model
geoguessr = pipeline("image-classification", model="Xeexeex/geolocation")

# Prediksi lokasi
result = geoguessr("lokasi_gambar.jpg")
print(f"Hasil Prediksi: {result}")
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support