Skip to content

Crowdsourced ocean hazard reporting platform with real-time social media analytics for early warning and predictive insights.

License

Notifications You must be signed in to change notification settings

Bavan23/OceanPulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OceanPulse 🌊

Crowdsourced Ocean Hazard Reporting Platform with Real-Time Social Media Analytics.


License: MIT Frontend: ReactJS Backend: FastAPI Database: PostgreSQL

Overview

OceanPulse is a full-stack web platform designed to empower coastal communities, fishermen, and disaster management authorities. It provides:

  • Real-time hazard reporting via citizen contributions.
  • Predictive alerts using AI and NLP.
  • Social media trend analysis to support early warning and preparedness.

Features

  • Crowdsourced Hazard Reporting: Submit location-tagged hazard reports with photos, videos, or voice notes.
  • Interactive Hazard Map: Dynamic visualization of hazards and trends using Leaflet.js.
  • AI & Social Media Analytics: Analyze Twitter, Instagram, and other platforms for early hazard signals.
  • Predictive Alerts: AI-powered alerts based on verified reports and social media trends.
  • Role-Based Access: Secure authentication for citizens, admins, and analysts.
  • Multilingual & Offline Support: IndexedDB enables offline data capture for remote areas.

Tech Stack

Layer Technology
Frontend ReactJS
Backend Python, FastAPI
Database PostgreSQL + PostGIS
Offline Support IndexedDB (Web)
AI & NLP Hugging Face Transformers (IndicBERT for text, Whisper for voice)
Media Storage AWS S3
Mapping & Visualization Leaflet.js
Deployment Docker on AWS

Getting Started

Prerequisites

  • Python ≥ 3.10
  • Node.js ≥ 18
  • PostgreSQL (local or cloud)
  • Docker (optional, for containerized deployment)

Installation

# Clone the repo
git clone https://github.com/Bavan23/OceanPulse.git
cd OceanPulse

# Install frontend
cd frontend
npm install
npm run dev

# Install backend
cd ../backend
pip install -r requirements.txt
uvicorn main:app --reload

About

Crowdsourced ocean hazard reporting platform with real-time social media analytics for early warning and predictive insights.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5