Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 852 Bytes

File metadata and controls

49 lines (27 loc) · 852 Bytes

Sharp Image Module

This is an image module where you can resize images, increase their quality, extract text from images, and change the format of images. It is designed as a small-scale project.

MIT License

Tech Stack

  • React
  • Node
  • Express
  • Sharp
  • tesseract

Screenshots

  • Upload Photo

App Screenshot

  • Resize , Increase Quality , And Format Change

App Screenshot

  • Extract Text From Image

App Screenshot

Installation

Install Sharp-Image-Module Client

  npm install
  npm run dev

Install Sharp-Image-Module Server

  npm install
  npm start