AI-based surf forecasting and rating for the North Sea.
Requirements:
- Python version 3.11
- PyCharm community edition
To get started:
- Use git clone to clone the repository
- Open the folder as a project in pycharm. Select "new environment using Virtualenv".
- Open the terminal (middle bottom) and run:
pip install -r requirements.txt
Data gathering: Surf feedback Google form
Structure:
- AI contains all the machine learning models
- data contains scrapers and scraped data
- gui will contain the guided user interface