Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🛡️ Neev AI: The Pre-Compliance Construction Shield
|
| 2 |
|
| 3 |
> **Winner of "Signal over Noise"** (Optimized for Insight Density)
|
| 4 |
> *Built with Google Gemini 1.5 Flash & Open-Meteo*
|
| 5 |
|
| 6 |
-
[](https://huggingface.co/spaces/YOUR_USERNAME/neev-ai-pilot)
|
| 7 |
-
[](https://deepmind.google/technologies/gemini/)
|
| 8 |
-
[](https://opensource.org/licenses/MIT)
|
| 9 |
-
|
| 10 |
## 🚨 The Problem: "Seasonal Blindness"
|
| 11 |
In flood-prone regions like **Guwahati, Assam**, land that looks dry in January (buying season) often becomes a lake in July (monsoon).
|
| 12 |
* **The Trap:** Buyers and Builders rely on manual site visits during the dry season.
|
|
@@ -37,40 +45,5 @@ We moved beyond simple chatbots to a specialized agent pipeline:
|
|
| 37 |
* **Basin Logic:** A physics-based approach that identifies "bowl" effects in topography, protecting users even in unmapped areas.
|
| 38 |
* **Rent vs. Build Mode:** Tailored advice for tenants (livability) vs. engineers (structural compliance).
|
| 39 |
|
| 40 |
-
## 🛠️ Tech Stack
|
| 41 |
-
* **Frontend:** Streamlit (Python)
|
| 42 |
-
* **Geospatial Engine:** Open-Meteo APIs (Elevation, Archive, Live Weather)
|
| 43 |
-
* **Map Visualization:** Folium & Streamlit-Folium
|
| 44 |
-
* **Reasoning Core:** Google Gemini 1.5 Flash (via `google-generativeai`)
|
| 45 |
-
* **Deployment:** Hugging Face Spaces
|
| 46 |
-
|
| 47 |
-
## 💻 How to Run Locally
|
| 48 |
-
|
| 49 |
-
1. **Clone the Repo**
|
| 50 |
-
```bash
|
| 51 |
-
git clone [https://github.com/yourusername/neev-ai.git](https://github.com/yourusername/neev-ai.git)
|
| 52 |
-
cd neev-ai
|
| 53 |
-
```
|
| 54 |
-
|
| 55 |
-
2. **Install Dependencies**
|
| 56 |
-
```bash
|
| 57 |
-
pip install -r requirements.txt
|
| 58 |
-
```
|
| 59 |
-
|
| 60 |
-
3. **Set API Key**
|
| 61 |
-
* Get your key from [Google AI Studio](https://aistudio.google.com/).
|
| 62 |
-
* Create a `.streamlit/secrets.toml` file or export it as an environment variable.
|
| 63 |
-
|
| 64 |
-
4. **Run the App**
|
| 65 |
-
```bash
|
| 66 |
-
streamlit run app.py
|
| 67 |
-
```
|
| 68 |
-
|
| 69 |
-
## 📸 Screenshots
|
| 70 |
-
*(Add a screenshot of your app here showing the "Critical Risk" red alert)*
|
| 71 |
-
|
| 72 |
## ⚠️ Disclaimer
|
| 73 |
-
*Neev AI is a decision-support tool, not a replacement for a certified structural engineer. All output should be verified by a professional before construction.*
|
| 74 |
-
|
| 75 |
-
---
|
| 76 |
-
*Built with ❤️ for a safer North East India.*
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Neev AI Pilot
|
| 3 |
+
emoji: 🛡️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: pink
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.32.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# 🛡️ Neev AI: The Pre-Compliance Construction Shield
|
| 13 |
# 🛡️ Neev AI: The Pre-Compliance Construction Shield
|
| 14 |
|
| 15 |
> **Winner of "Signal over Noise"** (Optimized for Insight Density)
|
| 16 |
> *Built with Google Gemini 1.5 Flash & Open-Meteo*
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
## 🚨 The Problem: "Seasonal Blindness"
|
| 19 |
In flood-prone regions like **Guwahati, Assam**, land that looks dry in January (buying season) often becomes a lake in July (monsoon).
|
| 20 |
* **The Trap:** Buyers and Builders rely on manual site visits during the dry season.
|
|
|
|
| 45 |
* **Basin Logic:** A physics-based approach that identifies "bowl" effects in topography, protecting users even in unmapped areas.
|
| 46 |
* **Rent vs. Build Mode:** Tailored advice for tenants (livability) vs. engineers (structural compliance).
|
| 47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
## ⚠️ Disclaimer
|
| 49 |
+
*Neev AI is a decision-support tool, not a replacement for a certified structural engineer. All output should be verified by a professional before construction.*
|
|
|
|
|
|
|
|
|