Generate random cat image, depends on your username
This Rest API allows you to automatically generate an identification icon by user name.
CatAvatarGenerator can generate 10 million unique cats such as these
![]() |
![]() |
![]() |
---|---|---|
For one
Every icon caches in redis
```shell script
docker-compose build
docker-compose up
or without docker
```shell script
pip install -r requirements.txt
python3 CatAvatarGenerator/server.py
and make request on
http://0.0.0.0:5000/<user_id>
For one
Every icon caches in redis