Skip to content

基于tfjs-node的,使用卷积神经网络的验证码识别项目

Notifications You must be signed in to change notification settings

Covfefeable/tfjs-node-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Captcha recognition using @tensorFlow/tfjs-node

to run this project you need to have prepared at least 10k captcha images that used to train. if you don't have the dataset, just unzip the images.zip into the src folder.

Usage

before training the model, take a look at the config variable in src/train.ts and adjust the value to your needs.

# install dependencies
pnpm install

# start the server
pnpm dev

# train the model
curl http://localhost:3000/train

# predict the captcha
curl http://localhost:3000/predict?url={captcha-image-url}

About

基于tfjs-node的,使用卷积神经网络的验证码识别项目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published