Giter Site home page Giter Site logo

Comments (4)

rishabh-karmakar avatar rishabh-karmakar commented on June 9, 2024 1

The thing is, while authenticate is running, it needs to be linked to the other screen.py modules. But in doing so, it preloads all the libraries such as tensorflow in Add_new.py and recog.py. And hence would take much time to get loaded.
One of the solution could be to create a proper web dashboard instead of rudimentary tkinter one we made.

Sure. If you really wanna try it:
In main.py,
Write a function:

def next(): os.system('python Auth.py')
And in main.py:
Replace line 86:

c=Button(Home1, text="Authenticate yourself", command=quit,bd=20, bg="black", fg="red", font=('times new roman', 20),relief=RIDGE).pack()
with

c=Button(Home1, text="Authenticate yourself", command=next, bd=20, bg="black", fg="red", font=('times new roman', 20),relief=RIDGE).pack()

You can do it this way, though its is not recommended as doing so may slow down the process as the modules are being imported for Auth.py in the meantime.

from facial-recognition-based-attendance-system.

haithamRD avatar haithamRD commented on June 9, 2024

thnx sir , have you a report about this application that u explain all features in this project please sir

from facial-recognition-based-attendance-system.

haithamRD avatar haithamRD commented on June 9, 2024

hey sir , when i ran Auth.py i have an error
'None type' object is not subscriptable

from facial-recognition-based-attendance-system.

rishabh-karmakar avatar rishabh-karmakar commented on June 9, 2024

For the report the readme.md may suffice, you can copy from there.

For the error, try downgrading the numpy version to one I mentioned in testing.txt?

pip install numpy == 1.16.1

from facial-recognition-based-attendance-system.

Related Issues (4)

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.