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.
- Validate clinical context and questions
- Respond to additional annotation prompts
- User-friendly interface for efficient annotation
- Backend: Go
- Frontend: React Vite
- Navigate to the backend directory:
cd backend - Install dependencies and run the server:
go mod tidy go run app.go
- Navigate to the frontend directory:
cd frontend - Install dependencies:
npm install
- Start the development server:
npm run dev
- Start both the backend and frontend servers as described above.
- Your backend server hosts on
http://localhost:8080. - Open your browser and navigate to the frontend URL (usually
http://localhost:8081). - Log in or register as an annotator.
- Begin annotating by validating clinical contexts and answering questions as prompted.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
For questions or support, please contact [hengsun@ufl.edu].