AI Lesson Plan Generator is a web application that uses LangChain, Groq's LLaMA 3.3-70B, and Streamlit to create customized lesson plans for educators. Users can input details such as subject, topic, grade, duration, learning objectives, and customization preferences to generate structured and engaging lesson plans instantly.
✅ AI-Powered Lesson Plan Generation
✅ Interactive Web Interface (Streamlit)
✅ Markdown Output for Easy Formatting
✅ Customizable Lesson Plans
git clone https://github.com/kesh-vardhan/ailessonplanner.git
cd ailessonplanner
pip3 install -r requirements.txt
streamlit run main.py