My final year undergraduate Computer Science project.
The overall aim of this project is to develop a web platform to improve access to high-quality, free Computer Science materials for KS3/4 students and teachers. The platform will incorporate Artificial Intelligence to guide users to relevant Computer Science educational resources regardless of their subject expertise.
Navigate to the project folder
- Create a virtual environment and install requirements: pip install -r requirements.txt
- Create and populate the database: python create_database.py python populate_database.py
- Run the Flask app: flask run --host=0.0.0.0