ahmedh409 / deepfake-detection

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

Deepfake Detection

October 1st, 2022

August 6th, 2022

August 3rd, 2022

July 21st, 2022

May 21st, 2022

April 20th, 2022

April 13th, 2022

March 16th, 2022

March 15th, 2022

March 14th, 2022

March 6th, 2022

March 2nd, 2022

March 1st, 2022

Finished with v0.1! Beginning work on v0.2.

February 22nd, 2022

Almost completed v0.1! Light debugging of hashing necessary before done.

February 21st, 2022

February 14th, 2022

February 9th, 2022

February 8th, 2022

February 7th, 2022

Made client more user-friendly.

February 6th, 2022

Project currently uses SHA-256 algorithm for hashing during block mining (found online: http://www.zedwood.com/article/cpp-sha256-function). Current TestChain is proof-of-work (PoW), not sure how to make it proof-of-stake (PoS), or if even necessary. Current TestChain is only able to handle strings as block data, will need to upgrade this to other forms of media (specifically videos). "Nodes" will eventually be the primary actors in the network, acting as individual computers on the network. Comm library will abstract away all communication details. Need to change namespace as this can cause problems for larger projects - basically delete using namespace std.