Personally, I don't see how that will help you especially if your database is meant for educational purposes.
If you're just going to import the entire thing into your project what does it show your teacher/lecturer:- that you know how to import third party libraries? Wow, impressive!
I'm not saying fingerprint id is easy to do from scratch either. Far from it. The algorithms for today's systems are advanced.
You'll have to simplify it right down. Maybe to the point where you draw your own sample fingerprints, with one color and one pencil thickness in paint or something. Then you would apply a simple AI algorithm to try and match the current fingerprint with one on your database.
In any case, I would assume the key purpose of this project is to test your knowledge of databasing.
I would think about organising your records into an efficient heirarchial structure much like a binary search tree. Then you can go about efficiently searching your database. These are probably the things that will most impress your lecturer/teacher.
description
/ \
male female
/ \
ethnic ethnic
group group
/ \
characteristics characteristics
/ \
height build etc etc Do the fingerprint stuff after. If you manage to complete it -great, think of it as a bonus rather than a necessary feature.
Me thinks. Tee he he