Skip to content

Feat/1 project setup#16

Merged
jumair merged 7 commits into
developfrom
feat/1-project-setup
Jun 22, 2026
Merged

Feat/1 project setup#16
jumair merged 7 commits into
developfrom
feat/1-project-setup

Conversation

@KangMirae

Copy link
Copy Markdown
Contributor

Hola equipo

Os aviso de que, antes de aprobar este PR, por favor ejecutéis los pasos indicados abajo.

Si algo no funciona, no aprobéis el PR y avisadme para que pueda revisarlo.

Gracias.

git fetch origin
git checkout feat/1-project-setup
git pull origin feat/1-project-setup

# 🐧 Linux / 🍎 macOS
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

# 🪟 Windows PowerShell
py -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
pip install -r requirements.txt

# 🪟 Windows CMD
py -m venv .venv
.venv\Scripts\activate.bat
python -m pip install --upgrade pip
pip install -r requirements.txt

description

  • Add repo scaffold, requirements, Docker, README
  • Add Supabase schema + SQLAlchemy layer
  • Add detection/metrics/pipeline stubs + Streamlit app

✅ Acceptance check

This PR can be approved only if:

  • The branch feat/1-project-setup can be checked out correctly.
  • .venv can be created.
  • The virtual environment can be activated.
  • pip install -r requirements.txt finishes without errors.

Closes #1

@KangMirae KangMirae requested review from Marizqdo and jumair June 19, 2026 11:35
@KangMirae KangMirae self-assigned this Jun 19, 2026
@KangMirae KangMirae added the enhancement New feature or request label Jun 19, 2026
@KangMirae KangMirae linked an issue Jun 19, 2026 that may be closed by this pull request
4 tasks
@jumair jumair merged commit 4fa97eb into develop Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Development

Successfully merging this pull request may close these issues.

Project setup & repository / Configuración del proyecto y repositorio

2 participants