Giter VIP home page Giter VIP logo

wca's Introduction

WCA (Web Categories Annotator)

ITMO University coding practice project.

Quick start guide for deployment:

  1. Get all the Docker images here.
  2. Create a directory and place the docker-compose.yml file there.
  3. Place the secrets.tar.gz archive there and extract it.
  4. Follow instructions in secrets/README.txt.
  5. After all of that, run docker-compose up.

Note:

In order to get Docker images, you need to login to docker on your local machine. The login process is described here

Quick start guide for development:

git clone [email protected]:1ncend1ary/wca.git
cd wca
  1. Get the secrets.tar.gz archive and place it in . [current project directory, ~/../wca/]
  2. Unarchive with:
    • tar -xvzf secrets.tar.gz
    • or source bin/unarchive.sh
  3. Place pre-trained compressed GoogleNews-vectors-negative300.bin.gz model in wca/web/model/ (alternatively, use the wca/web/model/download.sh script)
  4. Ensure Docker daemon is running.
  5. docker-compose -f docker-compose.duild.yml up to build development application.
  6. In your browser: localhost:8080 for web application, localhost:19981 for database web-interface.
  7. You can follow this link for a deployed application

wca's People

Contributors

prawwtocol avatar

Watchers

 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.