A web application that extracts the details of an image and displays it to the user.
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
-
Deployed Server on Render
-
Note: The app is deployed on a free tier, so it might take some time to load the first time.
-
Deployed Client on Vercel
- Express
- React
- Node JS
- 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.