https://github.com/prathmesh-ka-github/asciinator
Experience the magic of AI-powered ASCII art! This web application, featuring a Python Flask backend and a dynamic ReactJS frontend, uses machine learning under the hood to convert your images into unique ASCII Arts.
https://github.com/prathmesh-ka-github/asciinator
flask image-processing machine-learning python reactjs
Last synced: 6 months ago
JSON representation
Experience the magic of AI-powered ASCII art! This web application, featuring a Python Flask backend and a dynamic ReactJS frontend, uses machine learning under the hood to convert your images into unique ASCII Arts.
- Host: GitHub
- URL: https://github.com/prathmesh-ka-github/asciinator
- Owner: prathmesh-ka-github
- License: mit
- Created: 2025-07-29T13:04:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-08-17T17:04:50.000Z (6 months ago)
- Last Synced: 2025-08-17T19:07:53.099Z (6 months ago)
- Topics: flask, image-processing, machine-learning, python, reactjs
- Language: TypeScript
- Homepage:
- Size: 278 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
ASCIINATOR
Experience the magic of AI-powered ASCII art! This web application, featuring a Python Flask backend and a dynamic ReactJS frontend, uses machine learning under the hood to convert your images into unique ASCII Arts. Designed with privacy in mind, it operates entirely without a database.
## TechStack used -

1. Python Flask
1. ReactJS
1. NodeJS
## Backend Setup
Built with Flask + MongoDB
**Steps to start Backend Server**
- `cd server` - move in to _server_ directory
- `python -m venv venv` - To create a virtual environment for the project
- `pip install -r requirements.txt` - Installs all dependencies existing in the requirements file.
- `flask run --debug` - Run the server in Debug or Dev mode.
## Contributors
1. Prathmesh K
3. Srinivas M
1. Abhishek G