This release is a pre-release and may not be stable for production use.
🌍 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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file geomind_core-0.1.0.dev0.tar.gz.
File metadata
- Download URL: geomind_core-0.1.0.dev0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7598020a081796a7f13f0c94b1c39e098cc9828fb04bf45bad5ceeeb72d242e
|
|
| MD5 |
59ad1eb49fe437044cdbff3bc37ab222
|
|
| BLAKE2b-256 |
5dcdaf945a85921035f78279125dc28be37612cf972f1fa6a700a6e38838404d
|