Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 560 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 560 Bytes

DabR

The Repository is the implementation of DabR model.
It is also used as AI Reputation Service of AI-Adaptive_PoW System.

Adaptive_PoW Repository Link: https://github.com/trishac97/AI_Adaptive_POW

Steps to Run:

  1. Clone & Extract Code.
  2. Download dependencies from requirements.txt
  3. Add/Replace your https://ipinfo.io/ api token in the code.
  4. Run. Command: python dabr.py
  5. Hit http://127.0.0.1:5000/getreputation/ to get the reputation.
  6. Enjoy!

Thank You! Any comment or queries are appriciated.