Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giautm/captcha-train


https://github.com/giautm/captcha-train

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Captcha Train

Trainning source code for [giautm/captcha](https://github.com/giautm/captcha)

To run model in local:
```sh
docker build --file=Dockerfile --tag=captcha:dev .
docker run -p 8501:8501/tcp captcha:dev
```