isaactai1 / ann2csv

a simple too for turning .ann file to csv

Home Page:https://isaactai1.github.io/ann2csv/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ann2csv - Annotation to CSV Converter

Introduction

ann2csv is a web-based tool designed to convert annotation files from .ann format to a structured CSV format. This tool is particularly useful for researchers and developers working with annotated data, enabling efficient analysis and manipulation of complex annotation structures. Currently, it supports Entity, Attribute, and Relation annotations.

Features

  • Multiple File Upload: Allows users to upload and process multiple .ann files simultaneously.
  • Data Visualization: Displays processed annotations in an interactive table with sorting and filtering capabilities.
  • CSV Export: Users can download the processed data as a CSV file, ready for use in other applications or for further analysis.

Installation

To set up ann2csv on your local machine, follow these steps:

  1. Clone the repository:
    git clone [repository-url]
  2. Navigate to the project directory:
cd ann2csv
  1. No build steps are required as the project runs directly from static HTML, CSS, and JS files.

Usage

To use ann2csv, follow these steps:

  1. Open the index.html file in a modern web browser.
  2. Click on the "Upload Files" button and select the .ann files you wish to process.
  3. Click on "Process Files" to display the annotations in the table below.
  4. Review the processed data and click "Download CSV" to export the data.

Contributing

Contributions to ann2csv are welcome! Here are a few ways you can contribute:

  • Report issues and request features via the GitHub issue tracker.
  • Submit pull requests with bug fixes or new features.
  • Spread the word about ann2csv to those who might find it useful.

About

a simple too for turning .ann file to csv

https://isaactai1.github.io/ann2csv/


Languages

Language:JavaScript 58.6%Language:HTML 41.4%