Coder Social home page Coder Social logo

wencke-lm / slurk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from clp-research/slurk

0.0 0.0 1.0 10.44 MB

Slurk (think “slack for mechanical turk”…) is a lightweight and easily extensible chat server built especially for conducting multimodal dialogue experiments or data collections.

Home Page: https://clp-research.github.io/slurk

License: BSD 3-Clause "New" or "Revised" License

Python 63.94% CSS 6.07% HTML 2.93% JavaScript 18.49% Dockerfile 0.47% Shell 8.10%

slurk's Introduction

Slurk - A Lightweight Chat Server for Dialogue Experiments and Data Collection

Slurk (think “slack for mechanical turk”…) is a lightweight and easily extensible chat server built especially for conducting multimodal dialogue experiments or data collections. See Slurk: What’s this? for a description of the main concepts. Or jump right in with the Getting Started Guide!

The main idea of Slurk is to have a platform can be used without any change to the Slurk Server by creating task-specific bots. The bots can create rooms, custom chat layouts and control the distribution of users to rooms. In the following architecture overview the main components of Slurk are outlined.

Slurk architecture

Slurk is built in Python 3, on top of flask and flask-socketio.

To run locally

  1. Download the sources
git clone [email protected]:clp-research/slurk.git
cd slurk
  1. create an environment
conda create -n slurk python=3.7.10
conda activate slurk
  1. install the requirements and execute run.py or local_run.py
pip install -r requirements-3710.txt
python local_run.py
  1. check server start
INFO [engineio.server]: Server initialized for gevent.
INFO [slurk]: loading layout from F:\Development\git\slurk\app\models/../static/layouts/default.json
INFO [slurk]: generating admin room and token...
  1. open a browser tab on localhost:5000 and login with any username and the admin token

If you want to build the documentation yourself, you need the packages sphinx and sphinx_rtd_theme. Then you can create the documentation in the docs folder:

pip install sphinx sphinx_rtd_theme
cd docs
make html

The full documentation can then be found at docs/_build/

Happy slurking!

slurk's People

Contributors

timdiekmann avatar janagoetze avatar simeonjunker avatar pkhdipraja avatar luise-strietzel avatar davidschlangen avatar atuefekci avatar jchiyah avatar soerenetler avatar dependabot[bot] avatar phisad avatar wencke-lm avatar

Forkers

kfriedrichs

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.