Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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