Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wasifalikhan064/invoicemanager


https://github.com/wasifalikhan064/invoicemanager

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Invoice Management App

### live
https://swipe-assignment-tmon.onrender.com/

### About the Project

1) A fully Functional web service that extracts the data from various files such as:
- Excel Sheets
- Pdfs
- Images

2) To extra data the Gemini Ai 1.5 flash model is used as the service.

3) Redux is used for state management of the whole app.

### Features

1)Upload File

![Image](https://github.com/Wasifalikhan064/Swipe-Assignment/blob/main/public/ui.PNG "Image")
User interacts with ui via uplaoding file through this component

2)Data Extraction from Pdf

![Image](https://github.com/Wasifalikhan064/Swipe-Assignment/blob/main/public/invoices.PNG "Image")

3)Data Extraction from Image

![Image](https://github.com/Wasifalikhan064/Swipe-Assignment/blob/main/public/products.PNG "Image")

4)Data Extraction from Excel files

![Image](https://github.com/Wasifalikhan064/Swipe-Assignment/blob/main/public/customers.PNG "Image")

## Usage

### To Install and Test

```bash
git clone [email protected]:Wasifalikhan064/InvoiceManager.git
cd InvoiceManager
```

```bash
# Install dependencies
cd InvoiceManager
npm install

```

```bash

# Start
cd InvoiceManager
npm run dev

```

[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)