ahmedh409 / deepfake-detection

GNU General Public License v3.0
4 stars 1 forks source link

Full Image Upload Testing #7

Closed ahmedh409 closed 2 years ago

ahmedh409 commented 2 years ago

Have a working interface for v0.1 which allows for image hashing and no implementation bugs. A user should be able to:

sambux1 commented 2 years ago

I added a interactive_system_test.cpp under the tests/ folder. This is a framework for all the functionality we need to test for v0.1. There isn't much more we can do on this until the functionality is actually implemented, but it should be pretty easy to test once the functionality is ready.

ahmedh409 commented 2 years ago

Last to-do: search the chain for a hash.

ahmedh409 commented 2 years ago

Completed search functionality, all test images work with all test functions!