This is the final project of Intel AI for Youth Program. LAOD (Library Automatic Object Detection) is an AI that is used for data inputting about person who will borrow the book and which book that he/she will borrow. This is more efficient rather than inputting data manually.
- To add datasets, run the file named
faces-list.py, fill the ID and the system will automatically open the camera and take the face photos of 250 - To train the datasets and create all of bottlenecks files, run
command 1which is in the file namedcommands-needed.txt - To test the model (CLI), run
command 2which is in the file namedcommands-needed.txt
note: fill--imageargument with your image path - To test the model (GUI), run
streamlit run app.pyand open linkhttp://localhost:8501/on your browser
- Haarcascades - Face detection
- Tesseract - Text detection
- Streamlit - GUI
- Tensorflow