Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dhravya/sussyimage

Converts an image into funny, smaller amongus characters
https://github.com/dhravya/sussyimage

among-us opencv python

Last synced: 23 days ago
JSON representation

Converts an image into funny, smaller amongus characters

Awesome Lists containing this project

README

        



SussyImage


License: MIT



Converts an image into funny, smaller amongus characters

***

### Demo

Mona Lisa | Lona Misa (Made up of AmongUs characters)

### API
I've also added an API that you can use to convert images to amongus characters - it's completely free and open source on the `api` branch.

POST https://sussy.api.dhravya.dev (Pass input_image as a base64 encoded image in the body)

You can also specify the `atol` by passing it as a query parameter.

Docs - https://sussy.api.dhravya.dev/docs

### Installation
```
git clone https://github.com/Dhravya/sussyimage
cd SussyImage
pip install -r requirements.txt
```

### Usage
```
python ./src/main.py
```

### License
This project is licensed under the MIT license
### Show your support
Leave a ⭐ if you like this project

***
Readme made with 💖 using [README Generator by Dhravya Shah](https://github.com/Dhravya/readme-generator)