Skip to content

Data Science · ML · Analytics

Data Lab — Open Data Science Projects and Experiments

Real-world data science experiments built in public. From YouTube trend analysis to bio-signal processing — explore, learn, and contribute.

Active Projects

Open-source machine learning and data science projects in various stages.

YouTube Trends Analyzer

completed

Analysis of YouTube trending videos using the YouTube Data API v3. Identifies patterns in views, engagement ratios, and topic popularity across 15,000+ video records.

15,000

Data Points

94%

Accuracy

  • Python
  • YouTube API
  • Pandas
  • Data Analysis

Sentiment Analysis Engine

active

NLP-based sentiment classification system trained on 50,000 product reviews. Uses DistilBERT fine-tuned on SST-2 dataset. Achieves 89% F1 score on held-out test set.

50,000

Data Points

89%

Accuracy

  • NLP
  • Python
  • HuggingFace
  • scikit-learn

Bio Signal Processor

active

Processing and visualization pipeline for wearable sensor data. Handles heart rate, sleep stage classification, and stress index calculation from HRV features.

2,000

Data Points

96%

Accuracy

  • Python
  • Signal Processing
  • NumPy
  • Recharts

Open Dataset Explorer

planning

Interactive tool for browsing, filtering, and visualizing public datasets from WHO, World Bank, and government open data portals. Planned for Q3 2026.

100

Data Points

N/A

Accuracy

  • JavaScript
  • Next.js
  • REST API
  • D3.js

YouTube Trends Analysis

Top growing topics on YouTube in 2026 — illustrative data based on publicly reported trends and industry research.

⚠️ Illustrative data — not from live YouTube API. Sample figures for demonstration purposes.

#TopicTotal ViewsYoY GrowthCategory
1AI & Machine Learning2.4B+340%Technology
2Health & Wellness Tracking1.8B+210%Health
3Data Science Tutorials980M+178%Education
4Python Programming870M+155%Tech/Edu
5Sleep Optimization640M+132%Health

* Mock data for demonstration. Real data via YouTube Data API v3.

Upcoming Experiments

Twitter Sentiment Tracker

Real-time sentiment analysis on trending Twitter/X topics.

Planned Q2 2026

Public Health Dataset Explorer

Interactive visualization of WHO global health datasets.

Planned Q3 2026

Crypto Market Sentiment

Correlating news sentiment with Bitcoin/Ethereum price movements.

Planned Q3 2026

Related Articles

Frequently Asked Questions

What is the Data Lab?

Data Lab showcases interactive data-science dashboards and visualisations built with React and Recharts.

Is the data real?

The featured figures are illustrative sample data for demonstration, not live API feeds.

What technologies power the dashboards?

They are built with Next.js, TypeScript and Recharts, pre-rendered as static HTML for speed and SEO.

Can I visualise my own data?

Yes — the CSV to Chart tool lets you upload a CSV and build line, bar or area charts in your browser.

Is Data Lab free to use?

Yes. Everything is free with no signup.

Do the dashboards work on mobile?

Yes. Charts are responsive and adapt to phone and tablet screens.

What can I learn here?

Patterns for building fast, SEO-friendly data dashboards and turning raw CSV data into clear visualisations.

Where can I find related tutorials?

The blog covers data visualisation, Recharts, pandas and dashboard-building tutorials that complement these demos.