Skip to content

Latest commit

 

History

History
executable file
·
47 lines (30 loc) · 1.14 KB

File metadata and controls

executable file
·
47 lines (30 loc) · 1.14 KB

Wise Learning Companion

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

Getting Started

  1. Clone the repository
git clone https://github.com/rumycoding/WiseLearningCompanion.git
cd WiseLearningCompanion
  1. Install dependencies
npm i
  1. Start the development server
npm run dev

Backend

The backend is written in rust. You will need to install rust. To use the test mode:

  1. Navigate to the backend directory
  2. Add your Azure Credential in .env
cp .env.example .env

cargo run

License

This project is licensed under the Apache License 2.0. Please note that some components were adapted from Vercel's open source AI Chatbot project.