Empowering education through AI-driven course generation and interactive learning arenas.
Bodhan AI is a cutting-edge educational platform designed to revolutionize how users learn and interact with content. By leveraging advanced AI, we provide dynamic course generation, real-time transliteration, and immersive learning environments.
Warning
This project is currently in an experimental state.
Our vision is to bridge the gap between traditional education and modern technology. We aim to make high-quality, personalized learning accessible to everyone, regardless of language barriers or learning styles, through the power of Artificial Intelligence.
- AI Course Generation: Instantly create comprehensive courses on any topic.
- Multi-language Support: Real-time transliteration to support diverse user bases.
- More features will be added in the future.
Follow these instructions to get the project up and running on your local machine.
- Clone the repository:
git clone https://github.com/Bodhan-AI/Website.git
- Navigate to the project directory:
cd Website - Install dependencies:
npm install
To start the development server:
npm run devThe application will be available at http://localhost:5173 (or the port shown in your terminal).
To create a production build:
npm run buildThe built files will be in the dist directory.
To run the linter:
npm run lint