Australian-Text-Analytics-Platform / discursis

Demo notebooks for ATAP tools
MIT License
4 stars 1 forks source link

Discursis: conversation analysis and visualisation

This repository contains notebooks to demonstrate Discursis, a conversational analysis and visualisation tool.

If you want to install and use the Discursis tool in your own projects, see the atap_widgets package.

User guide

For a short introduction to the Discursis tool, please see the user guide.

Notebooks

The notebooks demonstrating Discursis are in Jupyter notebooks under notebooks/.

Click the Binder badge to open a demo notebook directly in Binder, an online platform for hosting Jupyter notebooks:

Note: CILogon authentication is required. You can use your institutional, Google or Microsoft account to login. If you have trouble authenticating, please refer to the CILogon troubleshooting guide.

Current version: v0.0.1

Run these notebooks

There are a number of different ways to use these notebooks. Binder is quickest and easiest, but it doesn't save your data. I've listed the options below from easiest to most complicated (requiring more technical knowledge).

Using Binder

Launch on Binder

Click on the button above to launch the notebooks in this repository using the Binder service (it might take a little while to load). This is a free service, but note that sessions will close if you stop using the notebooks, and no data will be saved. Make sure you download any changed notebooks or harvested data that you want to save.

See Using Binder for more details.

Using Docker

You can use Docker to run a pre-built computing environment on your own computer. It will set up everything you need to run the notebooks in this repository. This is free, but requires more technical knowledge – you'll have to install Docker on your computer, and be able to use the command line.

See Using Docker for more details.

Setting up on your own computer

If you know your way around the command line and are comfortable installing software, you might want to set up your own computer to run these notebooks.

You need to install Git, and the Anaconda Python distribution.

Then the steps to set up an environment with all the required packages are:

See the GLAM Workbench documentation for more details.

This repository was created using a template from the GLAM Workbench.