diff --git a/App-Installers/ai_chat_lab-0.1.0-x86_64.AppImage b/App-Installers/ai_chat_lab-0.1.0-x86_64.AppImage new file mode 100644 index 0000000..3872ed0 Binary files /dev/null and b/App-Installers/ai_chat_lab-0.1.0-x86_64.AppImage differ diff --git a/README.md b/README.md index 87c2a91..c6a462c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ -# Work in Progress - probably not up to date +# Virtual Tutor +> **Disclaimer:** This project is still a work in progress and in early development. + +## Structure + +- **Unity/** - Unity VR/AR application with educational tasks + - `Assets/Scenes/VR/` - VR learning tasks (1-4, task 1 currently usable) + - `Assets/Scenes/AR/` - AR learning tasks (1-4, task 1 currently usable) + - Uses Convai SDK for AI-powered conversations and Ready Player Me avatars + +- **Chat-App/** - Flutter-based AI Chat Lab application + - Cross-platform chat interface (Android, iOS, Windows, Linux, macOS, Web) + - Connects to AI backend for conversational learning + - Uses Convai SDK for AI-powered conversations + - Stores conversations with possibility to automatically translate using DeepL API + +- **App-Installers/** - Pre-built installers for the chat app + - Android APK + - Windows executable + - Linux AppImage