A Flask-based text tagging tool designed for binary classification tasks. It supports real-time report reading and viewing, providing a solid foundation for further development and customization.
Install the required Python packages using the following command:
pip install flask pandas matplotlib scikit-learn
Start the application by running:
python app.py
Once the server is running, open your browser and navigate to the provided URL.
- Add support for multi-class classification (e.g., five-level scoring).
- Enable direct reading of Excel files.
- Include additional evaluation metrics.



