A multilingual collaborative task management application with AI-powered translation and voice features.
- Multilingual Support - Real-time translation with OpenAI GPT models
- Voice Integration - ElevenLabs-powered speech-to-text and text-to-speech
- Group Collaboration - Shared task management with real-time updates
- Built-in encouragement - Encouragement letter for Migrant Domestic Helper when daily tasks are completed
- AI Models - Custom SEA-LION model deployment for performance comparison
- Node.js 18+ and npm
- Python 3.12+ (for backend AI services)
- Supabase account
- OpenAI API key
Follow the instructions in database/README.md for setting up your Supabase database. This will create all required tables, RLS policies, and functions.
Follow the instructions in frontend/README.md for setting up the Nextjs application correctly. This will allow users to interact with the Careloop application.
Follow the instructions in backend/README.md for setting up SEA-LION LLM deployment correctly. This will deploy SEA-LION 3.5 LLM for benchmarking.
