Downloads · 30 days
0
facebookotp/rcs
rcs is a machine learning model from facebookotp. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
A powerful, autonomous ReCAPTCHA v2 solver using Camoufox (Firefox-based stealth browser) and Faster-Whisper for high-accuracy audio transcription. Designed to run on servers (VPS) with optional GUI support via Xvfb.
Downloads · 30 days
0
Access
Public
Updated Apr 29, 2026
Repo size
—
Likes
0
Public
Click a slice to open those files.
.py19.6 KB · 80%
From the Hugging Face model README
A powerful, autonomous ReCAPTCHA v2 solver using Camoufox (Firefox-based stealth browser) and Faster-Whisper for high-accuracy audio transcription. Designed to run on servers (VPS) with optional GUI support via Xvfb.
If running without Docker, ensure your VPS has:
sudo apt update
sudo apt install -y firefox-geckodriver xvfb ffmpeg flac libdbus-glib-1-2 libxt6
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Build the image:
docker build -t recaptcha-solver .
Run the container:
docker run -p 8002:8002 recaptcha-solver
/solve: Send {"url": "site_url"} to start solving./status/<job_id>: Retrieve the solved g-recaptcha-response token.This project is configured for Hugging Face Spaces using the Docker SDK. Simply upload the files to a new Space, and it will automatically build and run.