Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.22 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.22 KB

atta

logo

ATTA (AnTi Text Analysis) is a personal language characteristic erasure tool designed to resist big data text analysis.

Build

  • Install Java 11, Python 3, pip 3 and Maven

    sudo apt install openjdk-11-jdk python3 python3-pip maven
  • Install Pycocoevalcap

    pip3 install -U pycocoevalcap
  • Clone this repository

    git clone https://github.com/zyw271828/atta.git && cd atta
  • Download & configure SPICE

    sudo apt install wget unzip
    ./config_spice.sh
  • Update RAPIDAPI_KEY

    Visit here to get an x-rapidapi-key (you may need to register an account and select a free plan), and then use it to replace the RAPIDAPI_KEY in the code.

  • Maven run

    mvn javafx:run

Technical Details

Screenshot

License

ATTA is licensed under the MIT License.