Skip to content

Commit cf38fea

Browse files
authored
Update README.md
1 parent ad466f5 commit cf38fea

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Manual Coding Helper GUI for Text Classification
2-
This project is a simple Python GUI tool designed to assist with manual classification of text data stored in Excel or CSV files. The motivation behind this project was to provide a user-friendly alternative for creating training data for machine learning tasks, avoiding the complexities of Doccano (https://github.com/doccano/doccano) or tedious manual spreadsheet work.
2+
This project is a simple Python GUI tool designed to assist with manual classification of segmented text data stored in Excel or CSV files. The motivation behind this project was to provide a user-friendly alternative for creating training data for machine learning tasks, avoiding the complexities of Doccano (https://github.com/doccano/doccano) or tedious manual spreadsheet work.
33

44
# Features
55
- User-Friendly Interface: A straightforward GUI designed to streamline the process of annotating and classifying text data.
@@ -8,6 +8,12 @@ This project is a simple Python GUI tool designed to assist with manual classifi
88
- Font Size Adjustment: Ability to customize the font size for better readability.
99
- Dark Mode Support: Toggle between light and dark modes for optimal viewing experience.
1010

11+
# Known Bugs & Planned Features
12+
- No focus on the main page after loading the dataset: Tab out and in after loading it
13+
- Merging the json files into one
14+
- Being able to set the categories and category descriptions within the GUI
15+
- selection screen for the column that is to be coded
16+
1117
# Getting Started
1218

1319
Prerequisites

0 commit comments

Comments
 (0)