Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrishikesh-mahajan/insurance-aggregator-backend
Python Utility Modules for Claim Assistance
https://github.com/hrishikesh-mahajan/insurance-aggregator-backend
apis exif-data-extraction open-weather-api python3
Last synced: about 1 month ago
JSON representation
Python Utility Modules for Claim Assistance
- Host: GitHub
- URL: https://github.com/hrishikesh-mahajan/insurance-aggregator-backend
- Owner: hrishikesh-mahajan
- Created: 2024-10-07T01:43:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T19:58:06.000Z (about 1 month ago)
- Last Synced: 2024-12-22T20:32:29.393Z (about 1 month ago)
- Topics: apis, exif-data-extraction, open-weather-api, python3
- Language: Python
- Homepage:
- Size: 206 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Insurance Web Aggregator Backend
## Introduction
Insurance Web Aggregator is a web application that provides a platform for users to compare insurance policies from different insurance companies. The application provides a list of insurance policies from different companies and allows users to compare the policies based on various parameters such as premium amount, coverage, etc.
## Installation
1. Clone the repository
```bash
git clone https://github.com/hrishikesh-mahajan/insurance-aggregator-backend.git
```2. Install the dependencies
```bash
pip install -r requirements.txt
```3. Run modules from the utils directory
```bash
cd utils
python module.py
```4. Run the API server
```bash
cd ..
python api.py
```## Functionalities
- [x] Extract GPS coordinates from the uploaded images
- [x] Fetch location details from the GPS coordinates
- [ ] Display the location details on the map