This AI-powered learning companion is specifically designed to help seniors learn Chinese characters in an intuitive, patient, and engaging way.
The frontend is forked from chatbot-ui, credit to
- Leon Binder
- Christoph Handschuh
- CameliaK – Implemented web search and integrated it into the LLM prompt)
- Clone the repository
git clone https://github.com/rumycoding/WiseLearningCompanion.git
cd WiseLearningCompanion- Install dependencies
npm i- Start the development server
npm run devThe backend is written in rust. You will need to install rust. To use the test mode:
- Navigate to the backend directory
- Add your Azure Credential in .env
cp .env.example .env
cargo runThis project is licensed under the Apache License 2.0. Please note that some components were adapted from Vercel's open source AI Chatbot project.