Update README.md
Browse files
README.md
CHANGED
|
@@ -43,7 +43,7 @@ Designed for ecosystem mapping, benchmarking, and analytics workflows.
|
|
| 43 |
|
| 44 |
---
|
| 45 |
|
| 46 |
-
## What’s inside
|
| 47 |
|
| 48 |
**Canonical file:** `data/genai_tools_platforms_2025.csv`
|
| 49 |
**Unit of analysis:** 1 row = 1 tool/platform
|
|
@@ -60,7 +60,7 @@ Designed for ecosystem mapping, benchmarking, and analytics workflows.
|
|
| 60 |
|
| 61 |
---
|
| 62 |
|
| 63 |
-
## Data dictionary
|
| 64 |
|
| 65 |
| Column | Type | Description |
|
| 66 |
|---|---|---|
|
|
@@ -89,9 +89,9 @@ Designed for ecosystem mapping, benchmarking, and analytics workflows.
|
|
| 89 |
|
| 90 |
---
|
| 91 |
|
| 92 |
-
## How to use
|
| 93 |
|
| 94 |
-
### Load with
|
| 95 |
|
| 96 |
```python
|
| 97 |
from datasets import load_dataset, get_dataset_config_names
|
|
@@ -123,7 +123,7 @@ print(df["modality_count"].describe())
|
|
| 123 |
|
| 124 |
---
|
| 125 |
|
| 126 |
-
## Suggested use cases
|
| 127 |
|
| 128 |
- Ecosystem maps and dashboards for the GenAI landscape
|
| 129 |
- Benchmark API and open-source coverage across categories
|
|
@@ -133,7 +133,7 @@ print(df["modality_count"].describe())
|
|
| 133 |
|
| 134 |
---
|
| 135 |
|
| 136 |
-
## Notes
|
| 137 |
|
| 138 |
- This is a curated catalog compiled from public sources (official websites, docs, product pages).
|
| 139 |
- Coverage is best-effort and may not be exhaustive.
|
|
@@ -141,12 +141,12 @@ print(df["modality_count"].describe())
|
|
| 141 |
|
| 142 |
---
|
| 143 |
|
| 144 |
-
## Citation
|
| 145 |
|
| 146 |
Tarek Masryo. (2025). Generative AI Tools & Platforms (2025).
|
| 147 |
|
| 148 |
---
|
| 149 |
|
| 150 |
-
## License
|
| 151 |
|
| 152 |
**CC BY 4.0 (Attribution)** — free to share and adapt with attribution.
|
|
|
|
| 43 |
|
| 44 |
---
|
| 45 |
|
| 46 |
+
## 📦 What’s inside
|
| 47 |
|
| 48 |
**Canonical file:** `data/genai_tools_platforms_2025.csv`
|
| 49 |
**Unit of analysis:** 1 row = 1 tool/platform
|
|
|
|
| 60 |
|
| 61 |
---
|
| 62 |
|
| 63 |
+
## 📚 Data dictionary
|
| 64 |
|
| 65 |
| Column | Type | Description |
|
| 66 |
|---|---|---|
|
|
|
|
| 89 |
|
| 90 |
---
|
| 91 |
|
| 92 |
+
## 🛠️ How to use
|
| 93 |
|
| 94 |
+
### Load with Datasets (recommended)
|
| 95 |
|
| 96 |
```python
|
| 97 |
from datasets import load_dataset, get_dataset_config_names
|
|
|
|
| 123 |
|
| 124 |
---
|
| 125 |
|
| 126 |
+
## 🧭 Suggested use cases
|
| 127 |
|
| 128 |
- Ecosystem maps and dashboards for the GenAI landscape
|
| 129 |
- Benchmark API and open-source coverage across categories
|
|
|
|
| 133 |
|
| 134 |
---
|
| 135 |
|
| 136 |
+
## 📝 Notes
|
| 137 |
|
| 138 |
- This is a curated catalog compiled from public sources (official websites, docs, product pages).
|
| 139 |
- Coverage is best-effort and may not be exhaustive.
|
|
|
|
| 141 |
|
| 142 |
---
|
| 143 |
|
| 144 |
+
## 🧾 Citation
|
| 145 |
|
| 146 |
Tarek Masryo. (2025). Generative AI Tools & Platforms (2025).
|
| 147 |
|
| 148 |
---
|
| 149 |
|
| 150 |
+
## 📜 License
|
| 151 |
|
| 152 |
**CC BY 4.0 (Attribution)** — free to share and adapt with attribution.
|