diff --git a/README.md b/README.md index d3675f8..b9d9076 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,53 @@ uses a combination of CNN and RNN models, and utilizes CTC loss to deal with uns - `webserver/server.py` - Implementation of test API of CaptchaSolver + + + +--- +## Sponsors + +✅ CapMonster.Cloud — Fast, Reliable CAPTCHA Solving for Automation & Scraping + +[![CapMonster Cloud](https://help.zennolab.com/upload/u/02/020538b7c128.png)](https://capmonster.cloud/en/?utm_source=github&utm_campaign=hw0603_captcha-solver) + +If you are tired of wasting time solving endless CAPTCHAs during scraping, automation, or testing — we’ve got a solution for you. +Meet CapMonster.Cloud — the AI-powered CAPTCHA solving service trusted by thousands of users worldwide. 🚀 + +-- + +🔥 **Why users love CapMonster.Cloud** + +💡 Very high success rates (up to 99%) +⚡ Super fast solving times +💲 Affordable transparent pricing (pay per 1,000 CAPTCHAs) +🔌 Easy integration via API + browser extensions +⭐ Excellent reviews on TrustPilot, SourceForge, SaaSHub, AlternativeTo + +-- + +🔗 **Useful Links** + +💲 [Pricing & Supported CAPTCHA Types (25+ types supported)](https://capmonster.cloud/en?utm_source=github&utm_campaign=hw0603_captcha-solver#new-plans) +📘 [API Documentation](https://docs.capmonster.cloud/?utm_source=github&utm_campaign=hw0603_captcha-solver) +💡 Main Website → [capmonster.cloud](https://capmonster.cloud/en/?utm_source=github&utm_campaign=hw0603_captcha-solver) +⭐ Reviews → [TrustPilot](https://www.trustpilot.com/review/capmonster.cloud) + +--- + + ## Using CaptchaSolver with TFLite Tensorflow is a framework that is too heavy to run on low-power devices like Raspberry Pi, so if you use CaptchaSolver just for inference, you can use Tenserflow Lite (TFLite). To apply TFLite, install TFLite using the command `pip install tflite_runtime`, and then save the `.tflite` file converted from the `.h5` to the same path as the `captcha2str.py`.