Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.38 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.38 KB

logo

GitHub license made-with-python Maintenance PRs Welcome

Get a genuine report of your damaged Car

All you need to do is upload pictures of your car and our system will process them to find all the damage locations.

Contributing

The main purpose of this repository is to continue to evolve project, making it faster and easier to use. Development happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving.

Installation

cd car-damage-detective-web

on bash

python -m venv venv

. venv/bin/activate

on windows

py -3 -m venv venv

venv\Scripts\activate
pip install Flask

pip install sql_alchemy

python app.py

License

Car Damage Detective is MIT licensed.