Overview of My Submission
SpeakCaptcha is a captcha service that makes you speak out the numbers you see in the image instead of clicking images or typing out text.
Our voice is the easiest and most powerful thing we can use, and so, this makes SpeakCaptcha one of the easiest-to-complete captchas for humans, but still keeps it hard for bots.
SpeakCaptcha is hosted online at https://speakcaptcha.gq, and some examples are hosted at https://examples.speakcaptcha.gq
Submission Category:
Wacky Wildcards
Link to Code on GitHub
       arnu515
       / 
        speakcaptcha
      
        arnu515
       / 
        speakcaptcha
      
    
    SpeakCaptcha makes users speak out the captcha to complete it.
SpeakCaptcha -- The Captcha that makes you speak out the answer
The source code for SpeakCaptcha.
Checkout the documentation for instructions on how to use SpeakCaptcha.
Local development
First clone this repository and ensure that you have NodeJS with Yarn and Python with Poetry installed.
Frontend
- 
cdto thefrontendfolder.
- run yarn installto install necessary packages.
- add this to the .envfile:
VITE_SPEAKCAPTCHA_APP_ID=<your-speakcaptcha-app's-id>
This is used in the documentation and is optional
4. you can either run the app here with yarn dev or build it with yarn build and copy over the dist folder to the backend.
Backend
You will need:
- 
A deepgram account 
- 
A github account with a github oauth app created already 
- 
A locally hosted / cloud hosted mongodb database 
- 
Make sure you've setup frontend up until step 3first.
- 
cdinto thebackendfolder.
- 
run poetry installto install python deps and…
Additional Resources / Info
Demo video:
 


 
    
Top comments (0)