GeoTrainr

GeoTrainr Used AI

17 devlogs
25h 1m
Created by sophia

[this takes a while to load bear with] Geoguessr training center using computer vision to retrieve locations that have a user's weakness and providing a downloadable map that the user can practice with

Timeline

Ship 1

0 payouts of shell 0 shells

sophia

1 day ago

sophia Covers 17 devlogs and 25h 1m

deploying and adding a progress bar

Update attachment

i literally spent all this time trying to deploy this and finally got it!

Update attachment

ive literally been trying for HOURS to deploy this thing but it takes up too much memory for any free services like im actually crashing out

Update attachment

working on deploying and small adjustments

Update attachment

working on deploying and frontend edits

Update attachment

working on reducing time to create maps and adding download map feature

Update attachment

setting up a faq section. tried to do a component first but then learned that existed lol

Update attachment

okay i create a function that creates a json file that geoguessr can read, and I tested it and looks like it works! (somewhat). The location spread is really weird and not all locations are within the selected country. also to go through 500 locations takes 10 min which is a bit too long, so I need to figure out how to make that shorter. but all things considered, pretty good progress so far

Update attachment

HOLD UP SOMETHING MAY HAVE WENT RIGHT

Update attachment

currently working on applying my ml model to filter out locations to include in maps. also trying to figure out how to do this the most effectively without downloading images, taking up too much space, etc. sort of just doing trial and error and debugging along the way

Update attachment

i set up the backend with a flask app and now the frontend posts the user's data to the backend. next step is figuring out how to connect this data and the ml model

Update attachment

frontend!! I worked on this for about an hour and a half, so i lowkey forget what the other hour was for ngl. but for the frontend i did the design and interactive adding/deleting functions of user weaknesses. next step is to send that data to a backend prob flask app

Update attachment

dataset is now at 1000 images! retrained and ran some test detections

Update attachment

now have a system that sorts through data for me. ill now add to my dataset

Update attachment

trained and tested the model locally using yolov5. now need to collect more images with only bollards using the model to add to my dataset to make it more reliable

Update attachment

i trained a model on roboflow, but now trying to retrain a model locally as I realized roboflow would cost a lot. im going to use yolov5, and I havent done any machine learning stuff like this before so lets see how long it takes lol

Update attachment
Praveenkushinpi Praveenkushinpi about 2 months ago
try hugging face i think it will help you if you are new or maybe you just find api for an ai what are you trying to achieve https://huggingface.co/maybe you already know about this

I picked Mapillary and its API to retrieve images to help train my model. Right now, I am just focusing on bollard object recognition as a test round and labelling some data.

Update attachment
Ali Khan Ali Khan about 2 months ago
this is so cool