ATTA (AnTi Text Analysis) is a personal language characteristic erasure tool designed to resist big data text analysis.
-
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 theRAPIDAPI_KEY
in the code. -
Maven run
mvn javafx:run
ATTA is licensed under the MIT License.