Giter VIP home page Giter VIP logo

blacks123 / appcestry Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jason-chao/appcestry

0.0 0.0 0.0 832 KB

“Appcestry” (a portmanteau of “app” and “ancestry”) is a tool for the study of similarities of Android applications (apps).

Home Page: http://appcestry.jasontc.net

License: Other

ANTLR 2.14% Python 89.48% Shell 0.14% CSS 0.28% HTML 3.51% JavaScript 4.06% Dockerfile 0.39%

appcestry's Introduction

Appcestry

Screenshot of Appcestry

“Appcestry” (a portmanteau of “app” and “ancestry”) is a tool for the study of similarities of Android applications (apps) started by Jason Chao for his Master of Science in Big Data and Digital Futures dissertation. The tool extracts features from Android Application PacKages (APK) and transforms them into a format which this project names “AppGenes”. AppGenes may be used by Appcestry and other machine learning tools to discover similar Android applications.

Presentation on how Appcestry works

Presentation slide

Full text of the dissertation DOI 10.13140/RG.2.2.12499.02081

Steps to deploy Appcestry

Clone the Appcestry repo

git clone [email protected]:jason-chao/appcestry.git

Alternatively, if you do not wish to clone the repo, you may just download docker-compose.yml and appcestry_cluster.env.

Pull images from Docker registry

docker pull jasonthc/appcestry:0.0.1b
docker pull jasonthc/appcestry-frontend:0.0.1b

Use Docker to deploy Appcestry

docker stack deploy --compose-file docker-compose.yml appcestry 

After deployment, use a browser to open http://localhost:80. By default, port 80 of the web-frontend container is mapped to port 80 of the host machine.

Scale the worker nodes in swarm mode

The number '2' is an example only. It may be changed to a larger number depending on the infrastructure and your need.

docker service scale appcestry_dask-worker=2
docker service scale appcestry_rq-worker-compare=2
docker service scale appcestry_rq-worker-convert=2

appcestry's People

Contributors

jason-chao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.