Git Product home page Git Product logo

Comments (4)

malikshubham827 avatar malikshubham827 commented on June 18, 2024 1

Yeah, I thought about that. I thought to use the common '-' in the names, but I want to show the name in the window that shows the identified person with face detected with green border and name displayed as Shubham Malik instead of any other form as people are used to seeing the name with space. So in all places, i.e.

  • known_folder
  • learnt data i.e. people's name
  • in the MongoDB data base
  • info of person in front-end on successful authentication
  • Real time video stream with face detection and recognition along with name
    all of them use in between names.

Yeah, it may cause pain in case of CLI but as I created this GUI web app so it won't have much effect.

If that can have any performance improvements, then it can be changed. Rest is personal preference.

Thanks for the suggestion. Do tell me if there is any other or I may close it.

from get-me-through.

abhilash1in avatar abhilash1in commented on June 18, 2024

You can try a simple fix. Use - or _ with lower case in all places and while displaying on the gui, parse it (JavaScript?) to replace the - or _ with a space and convert the text to Title Case!

from get-me-through.

malikshubham827 avatar malikshubham827 commented on June 18, 2024

Yeah as I said it is just a matter of personal preference. I preferred space between name while showing it to the user, so I used it everywhere in the app. Had it been using some functionality where user has to use the command line, then it would be a must use case to use - or _ (for comfort while typing).

Yeah I may do that, but it would make it a little bit time consuming ( a tiny bit, at-least we are traversing the string once) although insignificant. I preferred the above as it is short.

In the future maybe for an additional functionality, it might be changed if necessary.

from get-me-through.

abhilash1in avatar abhilash1in commented on June 18, 2024

👍

from get-me-through.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.