Lesson PlanAI is an innovative platform that harnesses the power of cutting-edge artificial intelligence to revolutionize the way educators create lesson plans. Whether you are a seasoned teacher or just starting in the field, Lesson PlanAI empowers you to craft dynamic, personalized, and engaging lesson plans effortlessly.
Key Features
Leverage the capabilities of our advanced AI models to generate rich and contextually relevant lesson content tailored to various subjects and grade levels.
Easily align your lesson plans with national or regional curriculum standards to ensure your teaching is in sync with educational guidelines.
Python (version X.X.X) Flask (version X.X.X) OpenAI API Key (required for AI-powered lesson generation) Installation Clone the repository: bash Copy code git clone https://github.com/your-username/lesson-planai.git Navigate to the project directory: bash Copy code cd lesson-planai Install dependencies: bash Copy code pip install -r requirements.txt Configure your OpenAI API Key: Obtain an API key from OpenAI. Set your API key as an environment variable:
export OPENAI_API_KEY="your-api-key"
Run the application: python manage.py
Visit http://localhost:5000 in your browser to access Lesson PlanAI.
We welcome contributions from the community! If you have ideas for improvement or want to report issues, please submit a pull request or open an issue on the GitHub repository.
License This project is licensed under the MIT License.
python manage.py create_admin to create admin users
