Skip to content

iheallab/AtomizeAi_Annotation_Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ICU-REACT Dataset Annotation Tool

Description

The ICU-REACT Dataset Annotation Tool is designed to assist annotators in validating clinical contexts and questions. Annotators can check if the provided clinical context and questions are valid, and respond to additional questions as required. This tool streamlines the annotation process for medical datasets, ensuring high-quality and accurate data for downstream applications.

Features

  • Validate clinical context and questions
  • Respond to additional annotation prompts
  • User-friendly interface for efficient annotation

Tech Stack

  • Backend: Go
  • Frontend: React Vite

Installation

Prerequisites

  • Go installed for the backend
  • Node.js and npm for the frontend

Backend Setup

  1. Navigate to the backend directory:
    cd backend
  2. Install dependencies and run the server:
    go mod tidy
    go run app.go

Frontend Setup

  1. Navigate to the frontend directory:
    cd frontend
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm run dev

Usage

  1. Start both the backend and frontend servers as described above.
  2. Your backend server hosts on http://localhost:8080.
  3. Open your browser and navigate to the frontend URL (usually http://localhost:8081).
  4. Log in or register as an annotator.
  5. Begin annotating by validating clinical contexts and answering questions as prompted.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

Contact

For questions or support, please contact [hengsun@ufl.edu].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages