Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,20 +8,22 @@ sdk_version: 5.33.0
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
-
|
|
|
|
|
|
|
| 12 |
tags:
|
| 13 |
- agent-demo-track
|
| 14 |
- geology
|
| 15 |
- mining
|
| 16 |
- data-analysis
|
| 17 |
-
- 3d-
|
| 18 |
- clustering
|
| 19 |
- ai-agent
|
| 20 |
|
| 21 |
|
| 22 |
# Agentic Geo: AI-Powered Geological Drillhole Analysis
|
| 23 |
|
| 24 |
-
**Agentic Geo** is a powerful web application designed to streamline the analysis of geological drillhole data. This tool acts as an "agentic geologist," capable of ingesting, processing,
|
| 25 |
|
| 26 |
## ✨ Key Features
|
| 27 |
|
|
@@ -32,7 +34,7 @@ tags:
|
|
| 32 |
* **Comprehensive Analysis Dashboard**:
|
| 33 |
* **AI Geo Summary**: Get an expert-level geological interpretation of your data, generated by a powerful LLM (`mistralai/Mixtral-8x7B-Instruct-v0.1`).
|
| 34 |
* **AI Chat**: Ask follow-up questions about your data in a conversational manner.
|
| 35 |
-
* **Swath Plots**: Automatically generated plots to
|
| 36 |
* **Statistical Summaries**: View basic and cluster-based statistics for all elements.
|
| 37 |
* **Agentic Workflow**: The analysis runs through a transparent, multi-step pipeline, providing real-time progress updates to the user.
|
| 38 |
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
+
short_description: An agentic geologist
|
| 12 |
+
---
|
| 13 |
+
---
|
| 14 |
tags:
|
| 15 |
- agent-demo-track
|
| 16 |
- geology
|
| 17 |
- mining
|
| 18 |
- data-analysis
|
| 19 |
+
- 3d-visualisation
|
| 20 |
- clustering
|
| 21 |
- ai-agent
|
| 22 |
|
| 23 |
|
| 24 |
# Agentic Geo: AI-Powered Geological Drillhole Analysis
|
| 25 |
|
| 26 |
+
**Agentic Geo** is a powerful web application designed to streamline the analysis of geological drillhole data. This tool acts as an "agentic geologist," capable of ingesting, processing, analysing, and interpreting standard geological datasets in moments. It combines automated data science techniques with a powerful Large Language Model (LLM) to provide rapid insights that would typically require hours of specialist work.
|
| 27 |
|
| 28 |
## ✨ Key Features
|
| 29 |
|
|
|
|
| 34 |
* **Comprehensive Analysis Dashboard**:
|
| 35 |
* **AI Geo Summary**: Get an expert-level geological interpretation of your data, generated by a powerful LLM (`mistralai/Mixtral-8x7B-Instruct-v0.1`).
|
| 36 |
* **AI Chat**: Ask follow-up questions about your data in a conversational manner.
|
| 37 |
+
* **Swath Plots**: Automatically generated plots to visualise grade trends across Easting, Northing, and Elevation.
|
| 38 |
* **Statistical Summaries**: View basic and cluster-based statistics for all elements.
|
| 39 |
* **Agentic Workflow**: The analysis runs through a transparent, multi-step pipeline, providing real-time progress updates to the user.
|
| 40 |
|