GithubHelp home page GithubHelp logo

qdata / textattack-webdemo Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 4.0 117 KB

TextAttack Web Demo

License: Apache License 2.0

Python 12.55% CSS 9.01% JavaScript 4.16% HTML 14.22% Shell 0.04% Jupyter Notebook 60.01%
textattack human-computer-interaction natural-language-processing robustness visualization interpreter

textattack-webdemo's Introduction

TextAttack Web Demo

Setup

Prior to starting, make sure you have > Python 3.6 installed on your machine with the latest version of pip

First Time Setup and Installation

  1. git clone <repo_url>
  2. cd TextAttack-WebDemo
  3. python3 -m venv venv to initialize the virtual environment
  4. source venv/bin/activate [on MAC] or source venv/Scripts/activate [on WINDOWS] in order to activate the virtual environment
  5. pip install -r requirements.txt to install the dependencies
    1. This process may fail on windows with ModuleNotFoundError: No module named 'tools.nnwrap', in this case, run the following command and then rerun the pip install of requirements.txt: pip install torch===1.4.0 torchvision===0.5.0 -f https://download.pytorch.org/whl/torch_stable.html

Running the Web App

  1. python3 manage.py migrate in order to initialize any database and models changes locally with sqlite
  2. python3 manage.py runserver to create an instance of the server on your local machine
  3. Visit localhost:8000 in order to view the web application

Debugging

If the runserver command fails, it is most likely a database issue. In this case, please refer to the following docs for help https://docs.djangoproject.com/en/3.1/topics/migrations/.

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.