Skip to content

🦖 SwiftPic powered by FastAPI for the backend and PIL for image manipulation, this web app offers a clean interface for uploading and processing images, with Vue.js handling the frontend.

Notifications You must be signed in to change notification settings

Topaz1618/SwiftPic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This web application provides a simple interface for uploading and processing images. It is built using FastAPI and utilizes the PIL library for image manipulation.

Features

  • Grayscale Conversion: Converts a color image to grayscale.
  • Overlay Effects: Applies special overlay effects to images.

Installation

  1. Clone the repository:
git clone https://github.com/Topaz1618/SwiftPic.git
cd SwiftPic
  1. Install dependencies:
pip install -r requirements.txt
  1. Start the server:
uvicorn apps:app --reload

Usage

After starting the server, go to http://127.0.0.1:8000/ in your browser to access the application.

Example

Example Image

Example Image

About

🦖 SwiftPic powered by FastAPI for the backend and PIL for image manipulation, this web app offers a clean interface for uploading and processing images, with Vue.js handling the frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published