Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giautm/captcha-train
https://github.com/giautm/captcha-train
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/giautm/captcha-train
- Owner: giautm
- Created: 2021-04-05T08:37:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T20:27:46.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T07:44:58.220Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```