init: seed content from candidature + mvp docs

This commit is contained in:
2026-04-21 07:21:52 +00:00
commit ee7cc9463d
21 changed files with 2633 additions and 0 deletions

120
content/README-mvp.md Normal file
View File

@@ -0,0 +1,120 @@
# 🌊 NowYouSea
**Station Côtière Acoustique Low-Cost — "Rocher Connecté"**
[![Status](https://img.shields.io/badge/Status-Phase%201%20Conception-yellow)](/)
[![Concours](https://img.shields.io/badge/Concours-Octo'pousse%202026-blue)](https://www.concours-octopousse.fr/)
[![License](https://img.shields.io/badge/License-MIT-green)](LICENSE)
## 🎯 Concept
Réseau de stations côtières autonomes et à faible coût pour la collecte continue de données environnementales en zone littorale, avec un accent particulier sur **l'acoustique sous-marine**.
### Caractéristiques
- 🎤 **Hydrophone intégré** — Suivi du bruit anthropique et biologique
- 🌡️ **Capteurs CTD** — Pression, température, conductivité
- 📡 **Communication multi-modes** — 4G, WiFi, Ethernet
- ☀️ **Alimentation autonome** — Panneau solaire ou PoE
- 🧠 **Calcul embarqué** — Traitement local, détection d'événements
- 🌐 **Open Data** — Données publiques + services premium
## 🚀 Quick Start
### Déploiement
```bash
cd /home/floppyrj45/docker/nowyousea
./scripts/deploy.sh
```
### Accès
- **Local** : http://localhost:5000
- **Public** : https://laboratoire.freeboxos.fr/nowyousea/
## 📂 Structure
```
nowyousea/
├── backend/
│ ├── app.py # API Flask
│ ├── Dockerfile
│ ├── requirements.txt
│ ├── templates/ # Pages HTML (Jinja2)
│ └── static/ # Assets statiques
├── docs/ # Documentation technique
├── scripts/
│ └── deploy.sh # Script de déploiement
├── docker-compose.yml # Stack Swarm
├── Caddyfile.snippet # Config reverse proxy
└── README.md
```
## 🗺️ Roadmap
| Phase | Description | Status |
|-------|-------------|--------|
| 1 | Conception & Architecture | 🟡 En cours |
| 2 | Prototype hardware | ⬜ À venir |
| 3 | Déploiement pilote | ⬜ À venir |
| 4 | Scalabilité & réseau | ⬜ À venir |
## 🏆 Concours Octo'pousse 2026
NowYouSea est candidat au concours national d'innovation Oceantech fondé par l'IFREMER.
- **Deadline Phase 1** : 13 février 2026
- **Score d'adéquation** : 95%
- **Domaines ciblés** : Surveillance environnementale, Biodiversité marine
## 🛠️ Stack Technique
### Hardware
- Raspberry Pi CM4
- Hydrophone
- Capteurs CTD
- Modem 4G/LTE
### Software
- Python / Flask
- PostgreSQL + TimescaleDB
- Docker Swarm
- MQTT
### AI/ML
- Classification acoustique
- Détection d'anomalies
- Analyse spectrale
## 🤝 Contribuer
Toutes les contributions sont les bienvenues !
- 💻 Développement (Python, Flask, Docker)
- 🔬 Expertise scientifique (acoustique, océanographie)
- 🔧 Hardware (électronique, intégration)
- 🧪 Tests terrain
- 📝 Documentation
### Canaux
- **Git** : https://gitea.laboratoire.freeboxos.fr/floppyrj45/nowyousea
- **Discord** : Salon #nowyousea
- **Email** : nowyousea@laboratoire.freeboxos.fr
## 📚 Références
- [NOAA — Underwater noise and marine ecosystems](https://oceanservice.noaa.gov/)
- [IFREMER — Bruit sous-marin](https://www.ifremer.fr/)
- [MSFD Descripteur 11](https://ec.europa.eu/environment/marine/)
- [AIS Data (MarineTraffic)](https://www.marinetraffic.com/)
## 📄 License
MIT License — Voir [LICENSE](LICENSE)
---
**Créé par** : TestAtSea Lab
**Projet candidat** : Octo'pousse 2026