https://github.com/mautops/avatar
multiavatar-python self hosted image
https://github.com/mautops/avatar
Last synced: 4 months ago
JSON representation
multiavatar-python self hosted image
- Host: GitHub
- URL: https://github.com/mautops/avatar
- Owner: mautops
- Created: 2025-05-23T06:28:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-23T06:28:56.000Z (about 1 year ago)
- Last Synced: 2025-10-10T12:54:00.143Z (8 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 启动 FastAPI 服务
```bash
uvicorn main:app --reload
```
## 访问 avatar API
请求示例:
```
GET http://127.0.0.1:8000/avatar?name=yourname
```
返回内容为 SVG 格式头像。