find3
find3 copied to clipboard
Add distinct set of data for training instead of splitting all of the measured data.
There are many public databases of known wifi hotspots and their locations:
NYC public wifi database Global SSID Database--Wigle 1 Million SSIDs geolocated by Open Signal
It would be great to be able to use these as known labels and return a gps tuple to the user instead of a room classifier. For many intricate automation projects (like robots), this will yield much higher resolution location data.
I can spin up a server now or start playing with some already gathered data. If you already have (relatively anonymized) data, I would love to skip the server/client configuration.
Sounds great. There is testing data in the repo, but otherwise you could just generate some of your own. I look forward to your PR!
@simplymathematics I was looking to add this - but I don't want to use someone else's API. Do you know of a public WiFi database that you can download?