You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
status - the status of the object record. By default a new object has the status=2 i.e. uncategorized
Note: we may need to add more statuses for this Mini App. If you want to take this on. Please comment. 💬
images
obj_id - object.id so that we can have one-to-many (object can have several images)
url - url of the uploaded photo
comments
obj_id - object.id the comment is linked to.
person_id - id of the person who created the object record.
text - text of the comment
Todo
Sketch Wireframes
Build backend
Build front-end using LiveView or ideallyFlutter
Ship the first version in less than 2 days so we can get testing!
Iterate!
@LuchoTurtle this is where the Image Classifier dwyl/image-classifier#1finally comes into play! 📷 🖼️ 🤖 💡 🎉
As soon as we have the "basic" functionality nailed/shipped we have a legit reason to apply image/object detection
because if we can use a model to identify an object it can be tidied in the correct place without the owner having to respond. 💭
While this is a "Mini App" that only has "one job", there are still several features that it needs to perform well.
Schemas
objectobj_id-idof the object captured by thepersonname- name can be added/edited by anyone laterdesc- brief description of theobjectcolor- the predominant color of theobjecte.g.Blackperson_id- of thepersonwho created the recordowner_id- theidof thepersonwho owns the objectlocation- a string describing where theobjectshould be stored. ref: Prescriptive vs Open Comments? #3status- the status of theobjectrecord. Bydefaulta newobjecthas thestatus=2i.e.uncategorizedimagesobj_id-object.idso that we can have one-to-many (object can have several images)url- url of the uploaded photocommentsobj_id-object.idthe comment is linked to.person_id-idof thepersonwho created theobjectrecord.text- text of the commentTodo
LiveViewor ideallyFlutter@LuchoTurtle this is where the Image Classifier dwyl/image-classifier#1 finally comes into play! 📷 🖼️ 🤖 💡 🎉
As soon as we have the "basic" functionality nailed/shipped we have a legit reason to apply image/
objectdetectionbecause if we can use a model to identify an
objectit can be tidied in the correct place without theownerhaving to respond. 💭