Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

hannessolo/joke-captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

joke-captcha

Project at ICHack 20.

A captcha system that tells bots from humans by having the user distinguish real jokes from machine generated jokes.

Running the example

  1. Start the generation server. Run docker build -t gptprog . && docker run -p 5000:5000 --rm -it gptprog in /joke-generator.
  2. Start the back-end service. Run npm i && npm start in /backend.
  3. Start the front-end example application. Run npm i && npm start in /frontend.

About

A captcha system that tells you jokes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published