Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,28 +1,6 @@
|
|
| 1 |
# 🧠 Artificial Intelligence Applied to Regulatory Standard Processing in Mining
|
| 2 |
### 💡 Development of a Decision Support Tool
|
| 3 |
|
| 4 |
-
Este projeto implementa um sistema de **IA baseada em RAG (Retrieval-Augmented Generation)** para análise e consulta de normas regulatórias no setor de mineração, utilizando um documento técnico (PDF) como fonte de conhecimento.
|
| 5 |
-
|
| 6 |
-
---
|
| 7 |
-
|
| 8 |
-
## 📘 Objetivo
|
| 9 |
-
|
| 10 |
-
Desenvolver uma ferramenta interativa e confiável que atue como **Assistente Virtual Técnico** capaz de responder perguntas com base no conteúdo do documento `LegisMiner.pdf`, facilitando o entendimento e a aplicação de normas regulatórias.
|
| 11 |
-
|
| 12 |
-
---
|
| 13 |
-
|
| 14 |
-
## 🛠️ Tecnologias Utilizadas
|
| 15 |
-
|
| 16 |
-
- [Gradio](https://gradio.app/) – Interface interativa para IA
|
| 17 |
-
- [LangChain](https://www.langchain.com/) – Framework para RAG
|
| 18 |
-
- [FAISS](https://github.com/facebookresearch/faiss) – Vetorização e busca semântica
|
| 19 |
-
- [Sentence Transformers (`mpnet`)](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) – Embeddings de alta precisão
|
| 20 |
-
- [OpenRouter](https://openrouter.ai) – Acesso a modelos LLM como LLaMA-3
|
| 21 |
-
- [OpenAI-compatible API] – Conectividade com modelos via `ChatOpenAI`
|
| 22 |
-
- [scikit-learn] – Similaridade por cosseno nas métricas RAG
|
| 23 |
-
|
| 24 |
-
---
|
| 25 |
-
|
| 26 |
## ⚙️ Funcionalidades
|
| 27 |
|
| 28 |
- ✅ Upload ou uso automático do documento `LegisMiner.pdf`
|
|
@@ -46,8 +24,7 @@ Desenvolver uma ferramenta interativa e confiável que atue como **Assistente Vi
|
|
| 46 |
Desenvolvido por **Luan Alysson de Souza**
|
| 47 |
Especialista em Inteligência Artificial aplicada à regulação e sistemas interativos.
|
| 48 |
|
| 49 |
-
🔗 [LinkedIn](https://www.linkedin.com/in/luanalysson)
|
| 50 |
-
|
| 51 |
|
| 52 |
---
|
| 53 |
title: LegisMinerRAGAPI
|
|
@@ -60,6 +37,4 @@ app_file: app.py
|
|
| 60 |
pinned: false
|
| 61 |
license: apache-2.0
|
| 62 |
short_description: ' Artificial Intelligence Applied to Regulatory Standard Proc'
|
| 63 |
-
---
|
| 64 |
-
|
| 65 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
# 🧠 Artificial Intelligence Applied to Regulatory Standard Processing in Mining
|
| 2 |
### 💡 Development of a Decision Support Tool
|
| 3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
## ⚙️ Funcionalidades
|
| 5 |
|
| 6 |
- ✅ Upload ou uso automático do documento `LegisMiner.pdf`
|
|
|
|
| 24 |
Desenvolvido por **Luan Alysson de Souza**
|
| 25 |
Especialista em Inteligência Artificial aplicada à regulação e sistemas interativos.
|
| 26 |
|
| 27 |
+
🔗 [LinkedIn](https://www.linkedin.com/in/luanalysson)
|
|
|
|
| 28 |
|
| 29 |
---
|
| 30 |
title: LegisMinerRAGAPI
|
|
|
|
| 37 |
pinned: false
|
| 38 |
license: apache-2.0
|
| 39 |
short_description: ' Artificial Intelligence Applied to Regulatory Standard Proc'
|
| 40 |
+
---
|
|
|
|
|
|