Ai Enabled Doctor Appointment Recognition System

The Project "Ai Enabled Doctor Appointment Recognition System " is made in Python programming language using Tkinter (for GUI) and OpenCV & face_recognition modules.

    Modules used in it are:

  1. face_recognition [pip install face-recognition]
  2. cv2 [pip install opencv-python]
  3. pickle
  4. dlib
  5. cmake [pip install cmake]
  6. pyttsx3 [pip install pyttsx3]
  7. time [built_in module]
  8. tkinter [built_in module]
  9. os [built_in module]
  10. sys [built_in module]
  11. threading [built_in module]

    Software Requirements:

  1. Python 3.x
  2. vb basic tools

    [HOW TO USE]

  1. Get Your Copy of project from clicking below button
  2. Extract All data from SFX/zip file.
  3. Install above mentioned Python 3.x & vb C++ basic tools
  4. Install modules mentioned in " requirements.txt "
  5. Under folder "dataset" Save images of doctors to be trained, with their name and corresponding working days eg. Pawan_monday_wednesday.png manav_Sunday.jpg
  6. Run " gui.py " file using CMD or IDLE or any python IDE
  7. In GUI window, click on "AI Operations" menu, and click on Train Model
  8. After successful training, click on "Open Face Recogniser" . You can find this in menu and as a button on GUI.
[NOTE]
  • You won't need to train model all the time of opening gui. Train model only when you changed something in "dataset" folder.
  • You can make changes anytime in "dataset" folder and train model.

  • Watch Demo of the Project


    ScreenShots


    To Get Full Source Code ,click below button
    Subscribe Our Youtube Channel to get Updated

    Comments

    Popular posts from this blog

    Make CCTV Camera Software using Python || AI and Machine learning tutori...

    Drowsiness detection system using openCV in python

    Make Barcode Scanner using Python