Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
- question-answering
|
| 6 |
+
- tabular-classification
|
| 7 |
+
tags:
|
| 8 |
+
- biology
|
| 9 |
+
- chemistry
|
| 10 |
+
- medical
|
| 11 |
+
- botany
|
| 12 |
+
- json
|
| 13 |
+
- api
|
| 14 |
+
pretty_name: Cleaned USDA Phytochemical Database (Sample)
|
| 15 |
+
size_categories:
|
| 16 |
+
- n<1K
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
# USDA Phytochemical Database (Cleaned JSON)
|
| 21 |
+
|
| 22 |
+
This repository contains a **free 400-record sample** of the highly unstructured USDA Dr. Duke's Phytochemical and Ethnobotanical Databases, transformed into a clean, relational, and machine-readable JSON format.
|
| 23 |
+
|
| 24 |
+
## The Problem
|
| 25 |
+
Historically, accessing and structuring pharmacological, ethnobotanical, and toxicological plant data required hundreds of hours of manual CSV scraping, data cleansing, and mapping.
|
| 26 |
+
|
| 27 |
+
## The Solution
|
| 28 |
+
I have completely cleaned, normalized, and mapped the entire dataset.
|
| 29 |
+
|
| 30 |
+
If you are a Data Scientist, building Pharma R&D pipelines, or developing AI Compliance Agents for Nutraceuticals, you do not need to waste time cleaning data.
|
| 31 |
+
|
| 32 |
+
**The full database contains 104,388 exact phytochemical records (2,315 plant species, 24,771 chemicals).**
|
| 33 |
+
|
| 34 |
+
### ⚡ Get Full Access & High-Speed API
|
| 35 |
+
Instead of scraping, you can get instant access to the complete 104k+ dataset via a Sub-Millisecond REST-API and MCP (Model Context Protocol) Server for LLMs.
|
| 36 |
+
|
| 37 |
+
🔗 **[Get Instant API Key & Full Dataset Access (€99/mo)](https://buy.stripe.com/4gM6oG74HcAXcdI2HKebu00)**
|
| 38 |
+
|
| 39 |
+
*Zero maintenance. Zero friction. Ready for production pipelines.*
|
| 40 |
+
|
| 41 |
+
## Sample Structure
|
| 42 |
+
The included `usda_phytochemical_sample_400.json` demonstrates the clean entity mapping:
|
| 43 |
+
```json
|
| 44 |
+
{
|
| 45 |
+
"chemical": "patentiflorin a",
|
| 46 |
+
"plant_species": "justicia gendarussa",
|
| 47 |
+
"application": "hiv inhibition",
|
| 48 |
+
"dosage": "high"
|
| 49 |
+
}
|