File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [1.1.0] - 2024-17-12
2+
3+ - fix minor mistakes
4+ - update to new model version in hf
5+ - add text preprocessing
6+ - add `detect_report` method directly to text detector
7+
8+
19## [1.0.0] - 2024-08-05
210
311_First release._
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ SuperAnnotate <br/>
77Generated Text Detection <br />
88</h1 >
99
10- [ ![ Version] ( https://img.shields.io/badge/version-1.0 .0-green.svg )] ( ) [ ![ Python 3.11] ( https://img.shields.io/badge/python-3.11-blue.svg )] ( https://www.python.org/downloads/release/python-3110/ ) [ ![ CUDA 12.2] ( https://img.shields.io/badge/CUDA-12.2-green.svg )] ( https://developer.nvidia.com/cuda-12-2-0-download-archive )
10+ [ ![ Version] ( https://img.shields.io/badge/version-1.1 .0-green.svg )] ( ) [ ![ Python 3.11] ( https://img.shields.io/badge/python-3.11-blue.svg )] ( https://www.python.org/downloads/release/python-3110/ ) [ ![ CUDA 12.2] ( https://img.shields.io/badge/CUDA-12.2-green.svg )] ( https://developer.nvidia.com/cuda-12-2-0-download-archive )
1111
1212This repository contains the HTTP service for the Generated Text Detector. \
1313To integrate the detector with your project on the SuperAnnotate platform, please follow the instructions provided in our [ Tutorial] ( tutorial.md )
Original file line number Diff line number Diff line change 1- 1.0 .0
1+ 1.1 .0
You can’t perform that action at this time.
0 commit comments