https://github.com/dariuszbasiak/paragon-r
This is a demo of an application using Firebase and Vertex AI to scan receipts and convert the images to editable forms. This way you can track your spending by just taking a photo of your bill.
https://github.com/dariuszbasiak/paragon-r
angular firebase vertexai
Last synced: 3 months ago
JSON representation
This is a demo of an application using Firebase and Vertex AI to scan receipts and convert the images to editable forms. This way you can track your spending by just taking a photo of your bill.
- Host: GitHub
- URL: https://github.com/dariuszbasiak/paragon-r
- Owner: dariuszbasiak
- Created: 2025-05-13T18:40:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-14T03:54:42.000Z (about 1 year ago)
- Last Synced: 2025-05-14T04:59:35.225Z (about 1 year ago)
- Topics: angular, firebase, vertexai
- Language: TypeScript
- Homepage: https://paragon-r.web.app/
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ParagonR
### Description
This is a demo of an application using Firebase and Vertex AI to scan receipts and convert the images to editable forms. This way you can track your spending by just taking a photo of your bill.
**Note**: This app was tested mostly on Polish style receipts. Still it can be use for any other receipts with good results.
### Demo: [https://paragon-r.web.app](https://paragon-r.web.app)
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.4.
## Development server
To start a local development server, run:
```bash
ng serve
```
Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.
### Firebase
To make app working correctly on your machine you will need to setup firebase project. Since it is using `@angular/fire` visit docs for more information.
[https://www.npmjs.com/package/@angular/fire](https://www.npmjs.com/package/@angular/fire)
firebase app config is should be store in `src/environments/environment.ts`
**Important** Firebase project need to have enable VertexAI and Storage to work correctly.