Skip to content

theglobehead/image-to-ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Images to ASCII

This is a simple Python project, that uses fastAPI and pillows. The site is hosted on heroku here

How to run the code

Clone the repository:
git clone https://github.com/theglobehead/image-to-ascii.git
Install uvicorn (to run the API):
pip install uvicorn[standard]
Open the terminal and run the API with:
uvicorn api:app --reload --host 0.0.0.0 --port 80

feel free to fork and star the repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published