neuro-trends-suite/ ├── shared/ # Common utilities and libraries ├── neurodegenerai/ # NeuroDegenerAI project │ ├── src/ │ │ ├── api/ # FastAPI server │ │ ├── app/ # Streamlit UI │ │ ├── data/ # Data ...
This repository provides a template for building full-stack web applications using FastAPI for the backend and NiceGUI for the frontend. It includes a complete setup for a PostgreSQL database, JWT ...