An open API service indexing awesome lists of open source software.

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.

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