AN
anishrajpandey/Data-Nexus__spaceapps
Nasa Spaceapps 2023 project. A platform for easy data search; Co2 emission data visualization for different countries; CO2 emission prediction for nepal;
Data Nexus: NASA SpaceApps Challenge 2023
π Project Overview
Data Nexus is a solution developed for the NASA SpaceApps Challenge 2023 aimed at tackling the problem of scattered freely available environmental data. This platform aggregates over 1000 datasets from various NASA sources into a centralized, categorized repository.
Key features include:
- Unified data collection: Consolidates scattered datasets from NASA into one accessible platform
- Advanced search: Search datasets by keywords or categories for easy discovery
- COβ Emissions Visualization: Interactive graphs showing historical COβ emissions data for countries worldwide using Chart.js
- COβ Emission Prediction for Nepal: A machine learning model built in Python predicts Nepalβs future COβ emission trends based on past data
π Live Demo
Check out the live demo here: https://data-nexus.netlify.app/
π Features
- Collection of over 1000 NASA datasets categorized by theme and type
- Keyword and category-based search functionality to quickly find relevant data
- Interactive visualizations of COβ emissions by country through dynamic charts
- Machine learning model predicting Nepalβs COβ emissions using historical data trends
π§° Tech Stack
| Technology | Purpose |
|---|---|
| React | Frontend UI framework |
| Python | Backend services and ML model |
| Chart.js | Interactive COβ emissions graphs |
| Machine Learning | Predictive modeling of emissions |
π Project Structure
Data-Nexus__spaceapps/
βββ backend/ # Python backend code & ML models
βββ frontend/ # React frontend source code
βββ data/ # Dataset samples and processing scripts
βββ docs/ # Documentation and design files
βββ README.md
βββ requirements.txt # Python dependencies
βββ package.json # Frontend dependencies