Skip to content

A web application that extracts the details of an image and displays it to the user.

Notifications You must be signed in to change notification settings

furiousluck/Image-Detail-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Image Detail Extractor

A web application that extracts the details of an image and displays it to the user.

Getting Started

Instructions on how to install the project:

    git clone https://github.com/furiousluck/Image-Detail-Extractor.git
    cd Image-Detail-Extractor
    cd client
    npm install
    npm run dev
    cd ..
    cd server
    npm install
    npm start

Deployment

  • Deployed Server on Render

  • Link

  • Note: The app is deployed on a free tier, so it might take some time to load the first time.

  • Deployed Client on Vercel

  • Link

Tech Stack

  • Express
  • React
  • Node JS

Images

image image image

Issues

  • The app is unable to preview some images. This is because the image is not in a format that is supported by the browser. The app is unable to convert the image to a format that is supported by the browser. This is a known issue and I am working on it.

About

A web application that extracts the details of an image and displays it to the user.

Resources

Stars

Watchers

Forks