Welcome to Learn Machine! This web application leverages artificial intelligence to provide personalized study material, solve problems and doubts, and generate roadmaps for various subjects. Some features are still under progress, and we appreciate your patience and contributions.
- Generate Study Material: AI-generated study notes, summaries, and explanations for various topics.
- Problem Solving: Assistance in solving academic problems with step-by-step solutions.
- Doubt Resolution: AI-powered chatbot to resolve doubts and answer questions.
- Roadmap Generation: Personalized learning paths based on user input (in progress).
- Progress Tracking: Track learning progress and performance (planned feature).
- Interactive Quizzes: Test your knowledge with quizzes and get instant feedback (planned feature).
You can check out a live demo of the application here. (Replace with your demo link)
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/ai-learning-platform.git cd ai-learning-platform
- Install dependencies:
cd frontend npm install cd .. cd backend npm install #or cd frontend yarn install cd .. cd backend yarn install
This will install dependencies in both frontend and backend directories
##Technologies Used
Frontend: React MUI Backend: Node.js Socket.io LLM : Gemini