PlaneView is a page where you can upload images of airplanes and find out which type it is. For example you are at the airport and take a picture of a plane. You can upload the image to PlaneView and find out what type if plane you are looking at. If you create an account you can even see all of the planes you have uploaded in the past.
PlaneView is still at the start of the development process. I am working on it alone as a hobby project, so its not always that i have time to work on it. Core functionalities are already implemented and working, like the core concept of uploading and analyzing images, accounts, history page and the ability to lookup the recent flights of the aircraft you have analyzed if you have its registration number.
Future Development
I have multiple features i want to implement for PlaneView. Right now i am working on improving the classification model so that the page can recognize more aircraft's and the process also becomes more robust. For that I'm currently building my own job queue. I could just use redis for that but as this is a learning project I'm more interested in building my own and learning along the way. When its done i will post an update on the process and explain my implementation.
Other features that are on the roadmap are the ability to change the annotation result. this can come in handy to correct if the model is wrong(which can happen especially if the images do not show a complete plane). A search functionality on the history page to search for dates, aircraft types and more, adding the planes registration number on the planes entry on the history page and I have also some Easter eggs in mind that could be a fun addition to the page. Stay tuned for that.
Comments
Post a Comment