Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.82 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.82 KB

Annotation_processing

Gain insights from the crowd-sourced annotations or data labelling.

Table of Contents

Technologies Used

  • Python
  • Pandas

Setup

For getting started, clone the repository onto the system and browse the project folder for requirement.txt file in the codebase that includes the dependencies/project requirements.

Instructions to install and setup one's local environment for the project.

  • Open a terminal in the project folder or browse to the project folder after launching it.
  • To install required dependencies, use command pip install -r requirement.txt

Usage

  • Once all the dependencies gets installed, the the program can be executed with command python Annotations_processing.py at the terminal.

  • Make sure that the python file Annotations_processing.py can be accessed within the same directory when executing.

  • It can also be executed using IDEs like Pycharm. Simply open the the project folder and run the Annotations_processing.py file after installing dependencies.