Skip to content

szrizvi/inventory-management-app

Repository files navigation

An Inventory Management App

An app built with Next.js and Material-UI. Keep track of things in your inventory by adding or removing items by name, or by uploading an image. Images are processed with OpenAI's Vision API, and are stored in a firebase collection.

Current deployment here

Functionality

  • Keep track of item quantities
  • Add or remove items by name
  • Add items by uploading an image
  • Search for items in your inventory

Upcoming features

  • User authentication
  • Labels/warnings for items out of stock
  • Data visualization charts for items in inventory