mirror of
https://github.com/h9zdev/GeoSentinel
synced 2026-04-25 17:25:10 +02:00
Update README.md with new features: Darkweb Search, Advanced Web Scraper, and GeoSential AI
- Added Darkweb Search, Advanced Web Scraper, and GeoSential AI to the Features section. - Updated Earth HTML Features with AI tracking and web scanning details. - Added API endpoint documentation for /api/tools/web_scan and /api/geosentialai/chat. Co-authored-by: haybnzz <67865621+haybnzz@users.noreply.github.com>
This commit is contained in:
19
README.md
19
README.md
@@ -45,6 +45,9 @@ https://docs.google.com/forms/d/e/1FAIpQLSe3qBh6r1orih2MkLf5DjdolX0jv5Abct02363l
|
||||
- 🌐 Translation services.
|
||||
- 🔒 TOR integration for enhanced privacy.
|
||||
- 🤖 OLLAMA AI integration for local LLM processing.
|
||||
- 🕵️♂️ **Darkweb Search**: Anonymous searching across multiple .onion engines via TOR integration.
|
||||
- 🔍 **Advanced Web Scraper**: Multi-engine OSINT search with Google Dorking for social media platforms (Twitter, Reddit, Instagram, etc.).
|
||||
- 🤖 **GeoSential AI**: Intelligent assistant for automated real-time tracking of flights and vessels with integrated OSINT.
|
||||
|
||||
### 🌍 Earth HTML Features
|
||||
- Interactive global map with real-time tracking
|
||||
@@ -54,7 +57,9 @@ https://docs.google.com/forms/d/e/1FAIpQLSe3qBh6r1orih2MkLf5DjdolX0jv5Abct02363l
|
||||
- Responsive design for all devices
|
||||
- GPS metadata extraction from images
|
||||
- Real-time data visualization
|
||||
-
|
||||
- Integrated GeoSential AI for automated tracking and analysis
|
||||
- Advanced web scanning with social media dorking capabilities
|
||||
|
||||
### 📦 Download and Move `geodata` Folder to Root Directory
|
||||
|
||||
### 🔗 Download Link
|
||||
@@ -377,6 +382,18 @@ response = requests.post(
|
||||
- **GET /api/translate**
|
||||
- Translates text to English.
|
||||
|
||||
### 🔍 Web Scraper
|
||||
|
||||
- **POST /api/tools/web_scan**
|
||||
- Advanced web scanning with multi-engine support and Google Dorking.
|
||||
- Parameters: `query`, `type` (text/images/all), `sources` (list of sites), `aggressive` (boolean).
|
||||
|
||||
### 🤖 GeoSential AI
|
||||
|
||||
- **POST /api/geosentialai/chat**
|
||||
- Chat with the AI assistant for geospatial analysis and real-time data.
|
||||
- Parameters: `message`, `web_search` (boolean), `human_mode` (boolean), `engine` (cloud/local), `context` (map state).
|
||||
|
||||
## 🚀 How to Use
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user