Gain insights from the crowd-sourced annotations or data labelling.
- Python
- Pandas
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
-
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.