- Why: When your log files are very large and there are so many of them, and you don't know where to start, you can use ai-any-text-classifier to classify your logs or files, git logs and other texts, so that you can clearly see where the relevant information is.
- File classification (matching rules)
- Filter markdown todos
- Log classification
- Git log classification
- File sorting
- Visualization operate & process
- Support GPT ask for search or sorting
conda create -n ai-any-text-classifier python=3.11
conda activate ai-any-text-classifier
poetry install