Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dhravya/sussyimage
- Owner: Dhravya
- License: mit
- Created: 2022-04-14T13:41:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T11:14:54.000Z (over 2 years ago)
- Last Synced: 2024-05-02T02:47:37.927Z (7 months ago)
- Topics: among-us, opencv, python
- Language: Python
- Homepage: https://sussy.api.dhravya.dev/docs
- Size: 35.6 MB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SussyImage
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)