MapSpec is a pre-match map confidence spectrum generator for Valorant. It helps analysts make smart pick/ban decisions by comparing historical map performance between two teams.
You can run it via:
- ✅ Python CLI (local use)
- ✅ Google Colab (with Japanese support via
japanize-matplotlib)
| Name | GitHub | Role |
|---|---|---|
| Sushant Jha | @Ominousx | 🧠 Project Lead / CLI Developer |
| nolozy | @nolozy | 🇪・ Colab Notebook + 🇯🇵 Localization |
git clone https://github.com/Ominousx/mapspec.git
cd mapspec
pip install -r requirements.txtThen run:
python3 spectrum_cli.py --wolves wolves.csv --opponent geng.csv --output spectrum.pngIf you're using Google Colab:
- Create this folder structure in your Google Drive:
/My Drive
└── Colab Notebooks
├── Map-Confidence-Spectrum-for-GoogleColab.ipynb
└── mapspec/
├── wolves.csv
└── teams/
└── blg/
└── blg.csv
📌 Important: Folder name and CSV file name (excluding
.csv) must match exactly.
Example:/teams/blg/blg.csv,/teams/drg/drg.csv,/teams/xlg/xlg.csv
-
Open
Map-Confidence-Spectrum-for-GoogleColab.ipynb
from @nolozy’s fork -
Run the notebook to generate a spectrum chart with Japanese labels.
| Language | Interface | Notes |
|---|---|---|
| English | ✅ CLI + README | Default |
| Japanese | ✅ Colab notebook (japanize-matplotlib) |
Developed by @nolozy |
