You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# 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.
3
3
4
4
# Features
5
5
- 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
8
8
- Font Size Adjustment: Ability to customize the font size for better readability.
9
9
- Dark Mode Support: Toggle between light and dark modes for optimal viewing experience.
10
10
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
0 commit comments