Metadata-Version: 2.4
Name: roadxpert
Version: 1.0.0
Summary: AI-powered road safety and condition analysis using RoadXpert AI
Home-page: https://github.com/Arijit-Rakshit
Author: Arijit Rakshit
Author-email: krakshit.1970@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: license-file

# RoadXpert 🛣️

RoadXpert is an AI-powered road condition and obstacle analysis toolkit  
built by **Arijit Rakshit**, powered by **WholeExpert AI**.

---

## 🚀 Installation
```bash
pip install roadxpert
🧠 Usage
python
Copy code
from roadxpert import analyze_road

result = analyze_road(
    image_input="road.jpg",
    latitude=23.341468,
    longitude=86.372060,
    location_name="Purulia, West Bengal"
)

print(result["summary"])

⚙️ Features
Intelligent road damage prediction

Crack and pothole detection

Congestion & emergency analysis

Real weather data integration

Automatic repair and safety suggestions

🧑‍💻 Credits
Developed by Arijit Rakshit
Powered by H.A.R.I.S.H. AI



---


Use MIT License:
```text
MIT License

Copyright (c) 2025 Arijit Rakshit

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files...
