Team 5: Censos Hackathon
A collection of artificial intelligence applications that are designed to simplify and improve the process of submitting claims for automotive damage.
**Video presentation : ** https://drive.google.com/file/d/1MHmtgiYn5KQ_m5KeW_pf5FsbwvE6JGtT/view?usp=sharing
###Installation Instructions :
Optional: Creating Python venv
python -m venv env
chmod +x env/bin/activate
source env/bin/activate
Install necessary packages
pip install streamlit
pip install boto3
pip install python-dotenv
pip install pymongo
Index Name : claim_image_search
streamlit run StreamlitApp.py
-Upload a photo to see how the adjuster finds similar items from the dataset and suggests a severity level with claim estimate
-Type some text to see how the adjuster finds similar items based on your description and suggests a severity leve with claim estimate





