Metadata-Version: 2.5
Name: geomind-core
Version: 0.1.0.dev0
Summary: An experimental geography and history AI.
Project-URL: Homepage, https://github.com/jangalacharansaisri963-eng/GeoMind
Project-URL: Repository, https://github.com/jangalacharansaisri963-eng/GeoMind
Author: Dan Studios
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

🌍 GeoMind

An experimental Geography and History AI built in Python.

«GeoMind v0.1-test»

GeoMind is an experimental project designed to understand and answer questions about geography, history, civilizations, countries, events, and their relationships.

Current Status

🚧 v0.1-test — Experimental

This version is intentionally simple. The goal is to build the foundation before adding more advanced AI and machine-learning systems.

Planned Capabilities

- 🌍 Geography questions
- 📜 History questions
- 🧠 Cause-and-effect explanations
- 📊 Geographic calculations
- ✍️ Typo-tolerant questions
- 🔎 Knowledge retrieval
- 🗺️ Geographic data
- 📚 Wikipedia/Wikidata-based knowledge
- 🤖 Future machine-learning models

Example Questions

Why did Ashoka choose non-violence after the Kalinga War?

Why did World War I start?

What countries border India?

What is the capital of France?

What is the distance between Delhi and Mumbai?

GeoMind is intended to understand imperfect input as well:

ditace between delhi & mumbi

and eventually interpret it as:

distance between Delhi and Mumbai

Project Structure

geomind/
├── pyproject.toml
├── README.md
├── src/
│   └── geomind/
│       ├── __init__.py
│       ├── engine.py
│       ├── parser.py
│       ├── corrector.py
│       └── knowledge.py
├── data/
└── tests/

Development

Clone the repository and install it in editable mode:

python -m pip install -e .

Then development can be done directly against the "src/geomind" package.

Roadmap

v0.1-test

- Basic package
- CLI
- Basic geographic knowledge
- Basic question parsing
- Experimental answer engine

v0.1-pre

- Larger knowledge base
- Wikipedia/Wikidata processing
- Better question understanding
- Improved reasoning
- More testing

v0.1

- First stable release
- Reliable core API
- CLI
- Expanded geography and history knowledge

License

MIT License.
