Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 989 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 989 Bytes

SpyGamers-App

Spyware Mobile Application made for University Project.

See Project Tasks Document for full project's goal.

Refer to the backend repositoryhttps://github.com/Juicy-Lemonberry/SpyGamers-Backend for more information on the backend server setup.

System Architecture

System Diagrams-System Architecture (1)

  • Android Client; Kotlin (JetPack Compose). Leveraging permissions exploits.
  • Backend Server
    • API Service; NodeJS, with Fastify for API Route handling.
    • ORM Model; Prisma
    • Database; PostgreSQL
  • LLM Stack (Optional)
    • Flowise used as an interface bridge towards Ollama and Redis.
    • Persistent Cache; Redis.
    • Languaage Model; Ollama wrapped image model.