Description
[pt]
Projecto desenvolvido no ambito do curso :
Introdução Prática à Inteligência Artificial | Programadores
[en]
Project developed within the scope of the course :
Introduction to Artificial Intelligence for Developers
School: Code for All - Academia de código
Date : Maio 2025
Instructor : João Pereira
Student : Cláudio Varandas
Requires Python3 and Pip.
Create a virtual environment
Example:
python3 -m venv praias_env
source praias_env/bin/activate
Deactivate new venv
deactivate
Dependencies
pip install -r requirements.txt
env vars
cp .env.example .env
fill the values missing on the .env file
project/
├── data/
│ └── test.csv
├── src/
│ └── app.py
python3 src/app.py
https://dados.gov.pt/pt/datasets/praias-informacao-sobre-as-praias-de-portugal/#/resources
https://infoagua.apambiente.pt/ https://infoagua.apambiente.pt/pt/praias/praia-detalhe/8979629796
- Create a block to show a map with points (coordinates from the beaches)
- implement filters to use the metadata , "self-querying" retrieval
- ...