faizath commited on
Commit
d397b34
·
verified ·
1 Parent(s): eefe1bc

docs: table the repository list and add the model and dataset repos

Browse files

The ecosystem outgrew a bullet list once the fine-tuning artifacts landed:
eight repositories, three of them published on the Hugging Face Hub with no
column to put those links in.

The bloomee-chatbot entry also described the hosted Dify chatflow rather than
the self-hosted service it links to, which has been its own repository since
the port. Both now appear, each describing itself.

Files changed (2) hide show
  1. README.md +14 -47
  2. profile/README.md +14 -47
README.md CHANGED
@@ -158,53 +158,20 @@ The platform auto-selects the best-performing model and outputs bloom/NDVI forec
158
 
159
  Bloomee is built as a modular ecosystem of specialized repositories:
160
 
161
- ### 📱 [bloomee-web](https://github.com/bloomee-app/bloomee-web)
162
- **Interactive Web Application** - Next.js frontend with 3D visualization
163
-
164
- **Tech Stack:**
165
- - **Framework**: Next.js 14, TypeScript
166
- - **3D Rendering**: Three.js, React Three Fiber, React Three Drei
167
- - **UI Components**: Radix UI, Tailwind CSS, Framer Motion
168
- - **Mapping**: MapLibre GL, React Map GL
169
- - **Charts**: Recharts
170
- - **State Management**: Zustand
171
- - **Animation**: Anime.js
172
-
173
- ### 🤖 [bloomee-ai](https://github.com/bloomee-app/bloomee-ai)
174
- **AI Forecasting Engine** - FastAPI backend with ML models
175
-
176
- **Tech Stack:**
177
- - **Framework**: FastAPI, Python
178
- - **Machine Learning**: Scikit-learn, NumPy, Pandas
179
- - **Time Series**: ARIMA, SARIMA, Prophet, LSTM
180
- - **Ensemble Methods**: Gradient Boosting, Random Forest
181
- - **API Server**: Uvicorn
182
- - **Data Processing**: SciPy, Joblib
183
-
184
- ### 📓 [bloomee-notebook](https://github.com/bloomee-app/bloomee-notebook)
185
- **Research & Development** - Jupyter notebooks with model development
186
-
187
- **Purpose:**
188
- - Model training and validation
189
- - Feature engineering experiments
190
- - Algorithm performance comparison
191
- - Data analysis and visualization
192
-
193
- ### 💬 [bloomee-chatbot](https://github.com/bloomee-app/bloomee-chatbot)
194
- **Conversational AI Assistant** - Dify.ai powered intelligent agent
195
-
196
- **Tech Stack:**
197
- - **Platform**: Dify.ai workflow automation
198
- - **LLM**: Google Gemini 2.5 Flash Lite
199
- - **Search Integration**: Perplexity AI
200
- - **Knowledge Base**: Vector embeddings with OpenAI text-embedding-3-small
201
- - **API Integration**: Custom NDVI prediction endpoints
202
-
203
- **Capabilities:**
204
- - Natural language NDVI queries
205
- - Regional bloom forecasting
206
- - Weather correlation analysis
207
- - Species identification assistance
208
 
209
  ---
210
 
 
158
 
159
  Bloomee is built as a modular ecosystem of specialized repositories:
160
 
161
+ | Repository | Purpose | Stack | 🤗 Hugging Face |
162
+ |---|---|---|---|
163
+ | 📱 [**bloomee-web**](https://github.com/bloomee-app/bloomee-web) | Interactive web app — 3D globe, time-series NDVI maps, regional detail panels | Next.js 14 · TypeScript · Three.js / React Three Fiber · MapLibre GL · Radix UI + Tailwind · Zustand | — |
164
+ | 🤖 [**bloomee-ai**](https://github.com/bloomee-app/bloomee-ai) | NDVI prediction and multi-day bloom forecasting API | FastAPI · scikit-learn · ARIMA / SARIMA · Prophet · LSTM · Gradient Boosting · Random Forest | — |
165
+ | 📓 [**bloomee-notebook**](https://github.com/bloomee-app/bloomee-notebook) | Earth Engine data pipeline, model training and validation | Jupyter · Google Earth Engine · geemap · Python | — |
166
+ | 💬 [**bloomee-chatbot**](https://github.com/bloomee-app/bloomee-chatbot) | Self-hosted conversational agent — RAG over phenology literature plus live NDVI tool calls | Python 3.12 · LangGraph · FastAPI · Qdrant · Postgres · OpenRouter | — |
167
+ | 🔁 [**bloomee-chatbot-dify**](https://github.com/bloomee-app/bloomee-chatbot-dify) | The original hosted chatflow the self-hosted service was ported from | Dify.ai · Gemini 2.5 Flash Lite · Perplexity AI | — |
168
+ | 📚 [**bloomee-sft-nasasmd-grounded-5m**](https://github.com/bloomee-app/bloomee-sft-nasasmd-grounded-5m) | Fine-tuning corpus — 1,899 grounded, tool-calling conversations | JSONL in OpenAI chat format · ~5.03 M tokens | [**dataset**](https://huggingface.co/datasets/bloomee-app/bloomee-sft-nasasmd-grounded-5m) |
169
+ | 🧩 [**bloomee-v1-clm-nasasmd-granite4.1-3b-adapter**](https://github.com/bloomee-app/bloomee-v1-clm-nasasmd-granite4.1-3b-adapter) | QLoRA adapter teaching Granite 4.1 3B to reach for the right NDVI tool | PEFT · QLoRA nf4 · 124 MB | [**model**](https://huggingface.co/bloomee-app/bloomee-v1-clm-nasasmd-granite4.1-3b-adapter) |
170
+ | 🧠 [**bloomee-v1-clm-nasasmd-granite4.1-3b**](https://github.com/bloomee-app/bloomee-v1-clm-nasasmd-granite4.1-3b) | The same fine-tune as full merged weights — nothing to attach at load time | Transformers · safetensors fp16 · 6.35 GB | [**model**](https://huggingface.co/bloomee-app/bloomee-v1-clm-nasasmd-granite4.1-3b) |
171
+
172
+ > **On the fine-tuned models:** they are self-hosting artifacts, not what the platform runs today.
173
+ > `bloomee-chatbot` defaults to `ibm-granite/granite-4.1-8b` — the teacher the corpus was distilled
174
+ > from and the 3B fine-tune is a drop-in alternative for running the agent on your own hardware.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
 
176
  ---
177
 
profile/README.md CHANGED
@@ -158,53 +158,20 @@ The platform auto-selects the best-performing model and outputs bloom/NDVI forec
158
 
159
  Bloomee is built as a modular ecosystem of specialized repositories:
160
 
161
- ### 📱 [bloomee-web](https://github.com/bloomee-app/bloomee-web)
162
- **Interactive Web Application** - Next.js frontend with 3D visualization
163
-
164
- **Tech Stack:**
165
- - **Framework**: Next.js 14, TypeScript
166
- - **3D Rendering**: Three.js, React Three Fiber, React Three Drei
167
- - **UI Components**: Radix UI, Tailwind CSS, Framer Motion
168
- - **Mapping**: MapLibre GL, React Map GL
169
- - **Charts**: Recharts
170
- - **State Management**: Zustand
171
- - **Animation**: Anime.js
172
-
173
- ### 🤖 [bloomee-ai](https://github.com/bloomee-app/bloomee-ai)
174
- **AI Forecasting Engine** - FastAPI backend with ML models
175
-
176
- **Tech Stack:**
177
- - **Framework**: FastAPI, Python
178
- - **Machine Learning**: Scikit-learn, NumPy, Pandas
179
- - **Time Series**: ARIMA, SARIMA, Prophet, LSTM
180
- - **Ensemble Methods**: Gradient Boosting, Random Forest
181
- - **API Server**: Uvicorn
182
- - **Data Processing**: SciPy, Joblib
183
-
184
- ### 📓 [bloomee-notebook](https://github.com/bloomee-app/bloomee-notebook)
185
- **Research & Development** - Jupyter notebooks with model development
186
-
187
- **Purpose:**
188
- - Model training and validation
189
- - Feature engineering experiments
190
- - Algorithm performance comparison
191
- - Data analysis and visualization
192
-
193
- ### 💬 [bloomee-chatbot](https://github.com/bloomee-app/bloomee-chatbot)
194
- **Conversational AI Assistant** - Dify.ai powered intelligent agent
195
-
196
- **Tech Stack:**
197
- - **Platform**: Dify.ai workflow automation
198
- - **LLM**: Google Gemini 2.5 Flash Lite
199
- - **Search Integration**: Perplexity AI
200
- - **Knowledge Base**: Vector embeddings with OpenAI text-embedding-3-small
201
- - **API Integration**: Custom NDVI prediction endpoints
202
-
203
- **Capabilities:**
204
- - Natural language NDVI queries
205
- - Regional bloom forecasting
206
- - Weather correlation analysis
207
- - Species identification assistance
208
 
209
  ---
210
 
 
158
 
159
  Bloomee is built as a modular ecosystem of specialized repositories:
160
 
161
+ | Repository | Purpose | Stack | 🤗 Hugging Face |
162
+ |---|---|---|---|
163
+ | 📱 [**bloomee-web**](https://github.com/bloomee-app/bloomee-web) | Interactive web app — 3D globe, time-series NDVI maps, regional detail panels | Next.js 14 · TypeScript · Three.js / React Three Fiber · MapLibre GL · Radix UI + Tailwind · Zustand | — |
164
+ | 🤖 [**bloomee-ai**](https://github.com/bloomee-app/bloomee-ai) | NDVI prediction and multi-day bloom forecasting API | FastAPI · scikit-learn · ARIMA / SARIMA · Prophet · LSTM · Gradient Boosting · Random Forest | — |
165
+ | 📓 [**bloomee-notebook**](https://github.com/bloomee-app/bloomee-notebook) | Earth Engine data pipeline, model training and validation | Jupyter · Google Earth Engine · geemap · Python | — |
166
+ | 💬 [**bloomee-chatbot**](https://github.com/bloomee-app/bloomee-chatbot) | Self-hosted conversational agent — RAG over phenology literature plus live NDVI tool calls | Python 3.12 · LangGraph · FastAPI · Qdrant · Postgres · OpenRouter | — |
167
+ | 🔁 [**bloomee-chatbot-dify**](https://github.com/bloomee-app/bloomee-chatbot-dify) | The original hosted chatflow the self-hosted service was ported from | Dify.ai · Gemini 2.5 Flash Lite · Perplexity AI | — |
168
+ | 📚 [**bloomee-sft-nasasmd-grounded-5m**](https://github.com/bloomee-app/bloomee-sft-nasasmd-grounded-5m) | Fine-tuning corpus — 1,899 grounded, tool-calling conversations | JSONL in OpenAI chat format · ~5.03 M tokens | [**dataset**](https://huggingface.co/datasets/bloomee-app/bloomee-sft-nasasmd-grounded-5m) |
169
+ | 🧩 [**bloomee-v1-clm-nasasmd-granite4.1-3b-adapter**](https://github.com/bloomee-app/bloomee-v1-clm-nasasmd-granite4.1-3b-adapter) | QLoRA adapter teaching Granite 4.1 3B to reach for the right NDVI tool | PEFT · QLoRA nf4 · 124 MB | [**model**](https://huggingface.co/bloomee-app/bloomee-v1-clm-nasasmd-granite4.1-3b-adapter) |
170
+ | 🧠 [**bloomee-v1-clm-nasasmd-granite4.1-3b**](https://github.com/bloomee-app/bloomee-v1-clm-nasasmd-granite4.1-3b) | The same fine-tune as full merged weights — nothing to attach at load time | Transformers · safetensors fp16 · 6.35 GB | [**model**](https://huggingface.co/bloomee-app/bloomee-v1-clm-nasasmd-granite4.1-3b) |
171
+
172
+ > **On the fine-tuned models:** they are self-hosting artifacts, not what the platform runs today.
173
+ > `bloomee-chatbot` defaults to `ibm-granite/granite-4.1-8b` — the teacher the corpus was distilled
174
+ > from and the 3B fine-tune is a drop-in alternative for running the agent on your own hardware.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
 
176
  ---
177