Skip to content

A web application built with Flask that generates an ASCII art from any given image along with the option to download it as a text file.

License

Notifications You must be signed in to change notification settings

VijayaRaghavanM/image-to-ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image to ASCII converter

A web application built with Flask that generates an ASCII art from any given image along with the option to download it as a text file.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Clone the repository into your local machine and install the dependencies with

pip install -r requirements.txt

Then run the development server by executing the run.py python script

python run.py

If you enable debug support the server will reload itself on code changes, and it will also provide you with a helpful debugger if things go wrong. Simply set debug to True in run.py

app.run(debug=False) #line to be changed

Built With

  • Flask - The web framework used
  • Flask-WTF - Server side form validation
  • Numpy - used for image processing

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A web application built with Flask that generates an ASCII art from any given image along with the option to download it as a text file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages