{"id":30594811,"url":"https://github.com/fres-sudo/neuravia","last_synced_at":"2025-08-29T20:09:33.200Z","repository":{"id":311275031,"uuid":"1043197825","full_name":"fres-sudo/neuravia","owner":"fres-sudo","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-23T18:42:03.000Z","size":792,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-23T19:15:10.429Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://neuravia-gamma.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fres-sudo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-23T10:45:52.000Z","updated_at":"2025-08-23T18:42:06.000Z","dependencies_parsed_at":"2025-08-23T19:15:20.309Z","dependency_job_id":null,"html_url":"https://github.com/fres-sudo/neuravia","commit_stats":null,"previous_names":["fres-sudo/neuravia"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/fres-sudo/neuravia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fres-sudo%2Fneuravia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fres-sudo%2Fneuravia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fres-sudo%2Fneuravia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fres-sudo%2Fneuravia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fres-sudo","download_url":"https://codeload.github.com/fres-sudo/neuravia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fres-sudo%2Fneuravia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272757121,"owners_count":24987998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-29T20:09:31.580Z","updated_at":"2025-08-29T20:09:33.187Z","avatar_url":"https://github.com/fres-sudo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 BOOST\n\nBOOST is a precision cognitive care platform designed to empower families and healthcare providers.  \nIt provides tools to manage patients, caregivers, cognitive games, MRI analysis, and personalized settings, combining **Next.js**, **tRPC**, **Turso/libSQL**, and **OpenAI**.\n\n---\n\n## ✨ Features\n\n- 👩‍⚕️ **Patient \u0026 Caregiver Management**  \n  Add, update, and manage patients with detailed initial information.\n\n- ⚙️ **Custom Settings**  \n  Each patient has personalized settings (language, difficulty sensitivity, reminders, etc.).\n\n- 🧩 **Cognitive Tools**  \n  Support for cognitive games, Alzheimer scoring, and MRI analysis.\n\n- 🤖 **AI-powered Enhancements**  \n  Automatic emoji generation for patient jobs (via OpenAI API).\n\n- 📂 **File Uploads**  \n  MRI scans and patient images stored in `/public/uploads`.\n\n- 🔐 **Authentication \u0026 Authorization**  \n  Role-based access for caregivers and patients.\n\n---\n\n## 🛠️ Tech Stack\n\n- **Frontend**: [Next.js](https://nextjs.org/) + [React](https://reactjs.org/)  \n- **API Layer**: [tRPC](https://trpc.io/) + [Zod](https://zod.dev/)  \n- **Database**: [Turso (libSQL)](https://turso.tech/) with drizzle ORM  \n- **AI Integration**: [OpenAI API](https://platform.openai.com/)  \n\n---\n\n## 📦 Installation\n\nClone the repository and install dependencies:\n\n```bash\ngit clone https://github.com/fres-sudo/neuravia.git\ncd neuravia\nnpm install\n```\n(try with `npm install --legacy-peer-deps` if you face issues)\n\nSet up environment variables in a `.env` file:\n\n```env\nDATABASE_URL=...\nDATABASE_AUTH_TOKEN=...\nBETTER_AUTH_SECRET=...\nBETTER_AUTH_URL=http://localhost:3000\nOPENAI_API_KEY=your_openai_api_key_here\nUSE_MOCK_DATA=true\n```\n\nRun the development server:\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\n\n#### 🖼️ Image Processing Setup\nTo enable image uploads and processing, we have a separate Python-based server that use FastAPI to expose an endpoint for MRI classification.\n\nClone the repository and install dependencies:\n\n```bash\ngit clone https://github.com/glaucorampone/NeuraVia-Hacks.git\ncd NeuraVia-Hacks\npip install -r requirements.txt\n```\n\nLaunch the FastAPI server:\n\n```bash\nuvicorn main:app --host 0.0.0.0 --port 5000\n```\n\nEnsure that the `USE_MOCK_DATA` variable in the `.env` file is set to `false` to enable real MRI classification.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffres-sudo%2Fneuravia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffres-sudo%2Fneuravia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffres-sudo%2Fneuravia/lists"}