Skip to content

SDIPI/wdf-server

Repository files navigation

wdf-server

wdf-server is the server part of the "Web Digital Footprints and Data Privacy" project from SDIPI.

Prerequisites

This project requires at least Python 3.6.0 installed and a running MySQL instance.

Installing

Admitting you invoke python using python3.6, install the required dependencies listed in requirements.txt using pip :

python3.6 -m pip install -r requirements.txt

After that, download the nltk entire corpus :

python3.6 -m nltk.downloader all

You'll also need to set some parameters :

  • Rename the file config.ini.example to config.ini and fill in the informations to connect to your MySQL database.

Deployment

Simply run wdf-server.py :

python 3.6 wdf-server.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published