olton /
metroui
A progressive front-end framework for creating high-performance responsive reactive web applications!
Loading repository dataβ¦
geekygovind / repository
A web application that helps students create and manage study schedules using a Python backend and simple frontend. ππ€
β¨ AI Study Planner is your personal AI-powered study assistant, designed to help you create optimized study schedules and maximize your learning efficiency. β¨
Are you struggling to manage your study time effectively? Do you find it difficult to prioritize topics and create a balanced study plan? AI Study Planner solves these problems by leveraging the power of large language models to generate personalized study plans based on your input. This project is designed for students of all levels who want to improve their study habits and achieve better academic results.
Before running the project, make sure you have Python installed (version 3.7 or higher).
Clone the repository:
git clone https://github.com/govindchauhan15/AI-study-planner.git
cd AI-study-planner
Create a .env file: In the project's root directory, create a file named .env and add your OpenRouter API key:
OPENROUTER_API_KEY=YOUR_OPENROUTER_API_KEY
OPENROUTER_MODEL=optional-model-name # e.g., "openai/gpt-3.5-turbo"
Note: Replace YOUR_OPENROUTER_API_KEY with your actual OpenRouter API key. You can get an API key from OpenRouter.
Install dependencies:
pip install -r requirements.txt
Run the Backend:
cd backend
python app.py
This will start the Flask server, typically on http://127.0.0.1:5000/.
Run the Frontend:
Open the frontend/index.html file in your web browser.
Interact with the Interface: Fill the form on the frontend with your subjects, exam dates, and study preferences.
Get Your Study Plan: Submit the form, and the AI Study Planner will generate a personalized study plan. You can even redirect to a specific link that shows the study plan.
We welcome contributions from the community! Here's how you can contribute:
main branch.Please ensure your code follows the project's existing style and that you've added tests for any new functionality.
Looking for good first issues? Check out the Issues tab for tasks labeled "good first issue".
This project is licensed under the MIT License - see the LICENSE file for details.
Let's build the ultimate AI Study Planner together! π
π GitHub Repo: https://github.com/govindchauhan45/AI-study-planner
Selected from shared topics, language and repository descriptionβnot editorial ratings.
olton /
A progressive front-end framework for creating high-performance responsive reactive web applications!
lustre-labs /
A Gleam web framework for building HTML templates, single page applications, and real-time server components.
ivanceras /
A versatile web framework and library for building client-side and server-side web applications
aurelia /
Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.
triceam /
app-UI is a collection of user interface components that may be helpful to web and mobile developers for creating interactive applications using HTML and JavaScript, especially those targeting mobile devices. app-UI is a continual work in progress - it was born out of the necessity to have rich & native-feeling interfaces in HTML/JS experiences, and it works great with PhoneGap applications (http://www.phonegap.com). app-UI can easily be styled/customized using CSS.
squizlabs /
HTML_CodeSniffer is a client-side JavaScript application that checks a HTML document or source code, and detects violations of a defined coding standard. Comes with standards that cover the three conformance levels of the W3C's Web Content Accessibility Guidelines (WCAG) 2.0 and the U.S. Section 508 legislation.