Skip to content

TrailBlazerZ/imgaptcha--api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgaptcha--api

A small flask API for image captcha

Install the dependencies as:

pip install flask
pip install flask-mysqldb
sudo apt-get install python-imaging

If you encounter error installing flask-mysqldb installlibmysqlclient-dev first.

PIL i.e Python Imaging Library is used to save dynamic images.

Run a microserver on a port so that the new processed image can be accessed.

	python -m SimpleHTTPServer 5500 #Default taken

References:

http://flask-mysqldb.readthedocs.org/en/latest/ http://lost-theory.org/python/dynamicimg.html http://opencvpython.blogspot.in/2012/06/image-derivatives-sobel-and-scharr.html

About

A small flask API for image captcha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages