Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 974 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 974 Bytes

Dockerized ASReview and Search Application

This repository contains the Docker setup for the ASReview and Search application. Follow the instructions below to set up and run the application on your local machine.

Prerequisites

Files

  • Dockerfile: Docker configuration for building the search application.
  • docker-compose.yml: Docker Compose configuration for orchestrating the containers.
  • .env: Environment variables configuration (optional).
  • app_AI.py: The main search application script.
  • requirements.txt: Python dependencies for the search application.
  • asreview_config.toml: Configuration file for ASReview.
  • asreview.conf: Nginx configuration file for ASReview.

Setup Instructions

  1. Clone the Repository:

    git clone <repository_url>
    cd <repository_directory>