Installation

Arauto can be used in three different ways:

Web

If you are just curious about what you can do with Arauto, you can refer to this website.
This version contains some example datasets that you can use to check how Arauto works.

Please note that this version is a Heroku’s free tier instance. Due to high traffic, you may experience some poor performance

Docker

Run the following commands to use Arauto with Docker (requires Docker and Docker-compose)

# Run the docker compose
docker-compose up --build

Local installation

Tip: we recommend you to use Anaconda environments

# Clone the repository
git clone https://github.com/paulozip/arauto.git
cd arauto

# If you're using Anaconda
conda create --name arauto_env
conda activate arauto_env

# Install dependencies
pip install requirements.txt

# Run Streamlit
streamlit run run.py