Vinyzu / recognizer

🦉Gracefully face reCAPTCHA challenge with ultralytics YOLOv8-seg, CLIPs VIT-B/16 and CLIP-Seg/RD64. Implemented in playwright or an easy-to-use API.
GNU General Public License v3.0
125 stars 20 forks source link

how can i use it with typescript ? #42

Closed Un1xCr3wR0x closed 6 months ago

Un1xCr3wR0x commented 6 months ago

i have a playwright typescript project and i need to use this library in it is it possible ?

Vinyzu commented 6 months ago

No, recognizer is a pure python project. But you might want to copy my approach and just port the code/models to typescript.