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

https://github.com/ramgoel/imager

Group of Image Related tools built in FastAPI & NextJS
https://github.com/ramgoel/imager

fastapi nextjs tailwindcss

Last synced: 3 months ago
JSON representation

Group of Image Related tools built in FastAPI & NextJS

Awesome Lists containing this project

README

          

# Imager

Group of Image Processing Tools built with Next.js and FastAPI.

## Tools

- [Remove Background](https://imager.vercel.app/tools/remove-bg)
- [Resize Image](https://imager.vercel.app/tools/resize)

## Tech Stack

- [Next.js](https://nextjs.org)
- [Tailwind CSS](https://tailwindcss.com)
- [FastAPI](https://fastapi.tiangolo.com)
- [Shadcn](https://ui.shadcn.com)

## How to run

```bash
npm run dev
cd server
python -m fastapi dev main.py
```