Skip to content

flirtual/flirtual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flirtual

AGPL-3.0 Discord Twitter

The first VR dating app.

Architecture

Flirtual is a monorepo, with the following applications:

  • Frontend - The main service which users interact with, written in TypeScript, served using Next.js.

  • API - The backend service, written in Elixir, served using Phoenix; Responsible for handling all user data, authentication, and communication between the frontend and other services.

  • Image Classification - The image classification service, written in TypeScript; AI classification using TensorFlow.

Contributing

See the contribution guide for more information.

License

Copyright (C) 2018-2024 Flirtual

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.