This template provides a redesigned insurance quote page for Turners cars Insurance
- it implements an AI solution enabling users to upload a picture of a vehicle, identify the vehicle type, and calculate an appropriate insurance premium based on the vehicle type.
Table of Contents
- About The Project
- Getting Started
<li><a href="#acknowledgments">Acknowledgments</a></li>
This React application for Turners Cars focuses on the Insurance Quote page and includes the following features:
- Integration of Custom Vision for recognizing motor vehicle types.
- Use of AI services through Microsoft Azure, AWS, or Google Cloud platforms.
- A user-friendly interface for uploading vehicle images.
- Functionality to identify vehicle categories (e.g., sedan, SUV, truck).
This project uses the following technologies and services:
React.js - Front-end library for building user interfaces Node.js - JavaScript runtime environment for the back end Express.js - Minimal and flexible Node.js web application framework MySQL - Relational database management system Azure Static Web Apps - Hosting service for the front end Azure Database for MySQL - Flexible Server - Cloud-hosted MySQL database service
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Software required to run this project and how to import/install them:
npm install +
@fontsource/roboto
@fortawesome/fontawesome-svg-core
@fortawesome/free-solid-svg-icons
@fortawesome/react-fontawesome
react
react-router-dom
E.g.
-
npm
npm install npm@latest -g
- font awesome package
npm install @fortawesome/react-fontawesome @fortawesome/fontawesome-svg-core @fortawesome/free-solid-svg-icons
- Clone the repo
git clone https://github.com/MaryanneG3/Turners-Cars-Insurance.git
- Install NPM packages
npm install