Skip to content

allison-pham/thinksync

Repository files navigation

Thinksync

Next.js TypeScript Tailwind CSS Supabase PyTorch WebSockets

Cognitive UX platform (with a software-focused BCI system) inspired by neuromorphic engineering, leveraging neural networks and sensory feedback for adaptive HCI

Set Up Information

Frontend

  • Next.js
    • npm install
    • npm run dev

Backend

  • Supabase
    • npm install @supabase/supabase-js
    • Create .env.local
  • .env.local file
    • NEXT_PUBLIC_SUPABASE_URL=your_url
    • NEXT_PUBLIC_SUPABASE_ANON_KEY=your_key

Other

  • WebSocks
    • npm install socket.io socket.io-client

Backend (Continue)

  • PyTorch
    • cd backend
    • python -m venv venv
    • source venv/Scripts/activate
  • Backend dependencies
    • pip install fastapi uvicorn torch websockets
  • Run backend server
    • uvicorn main:app --reload

About

Cognitive UX platform (with a software-focused BCI system) inspired by neuromorphic engineering, leveraging neural networks and sensory feedback for adaptive HCI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors