Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasifalikhan064/invoicemanager
https://github.com/wasifalikhan064/invoicemanager
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wasifalikhan064/invoicemanager
- Owner: Wasifalikhan064
- Created: 2024-11-21T18:22:08.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T10:41:13.000Z (about 2 months ago)
- Last Synced: 2024-12-11T11:35:05.215Z (about 2 months ago)
- Language: JavaScript
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- Images2) 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 component2)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)