BrandonJoffe / home_surveillance

Home surveillance system with facial recognition
1.23k stars 385 forks source link

how to compile all? #25

Open sante85 opened 7 years ago

mathieuduperre commented 7 years ago

there is not something you compile. that's all based on python which is runtime. Follow Brandon's procedure on how to start the container and you will be good to go. google how to install docker first i guess. good luck!

sante85 commented 7 years ago

ok, it possible extend project with others plugin? there is an architecture as plugins?

mathieuduperre commented 7 years ago

not clear what you are asking here. can you provide more details please?

sante85 commented 7 years ago

Yes. It possibile extends your software to new plugins that adds new feature not yet facial recognition, but others. You permit this in anymore?

mathieuduperre commented 7 years ago

nothing prevents you from cloning this project to add more features. You'd have to learn python if you don't already know, and add libraries or methods/functions throughout the existing code to enable your own "plugin". That would not be too hard.

sante85 commented 7 years ago

Ok, you use tensor flow as library?