Skip to content

ajbanks/best-school-finder

Repository files navigation

Helping UK parents find the best school

Created this repo explore how AI might improve children’s education, by using our education data and oversight to help parents select the very best school for their child and explore their options.

Schools are overseen by a range of bodies, such as Ofsted (who produce detailed inspect reports) and the Department for Education (DfE) who produce statistics and league tables.

This project explores how to help parents select the best school for their child using data from Ofsted and the DfE. I have built a chatbot that helps parents query School records on their local schools

Local Deployment

  1. Install dependencies
pip install -r requirements.txt
  1. Run the application
python app.py

Deploying to AWS Lambda

  1. install the AWS CDK CLI
npm install -g aws-cdk
  1. Install dependencies
pip install -r requirements.txt
  1. Bootstrap the CDK

[optional]: export aws profile

export AWS_PROFILE=hf-sm

Boostrap project in the cloud

cdk bootstrap
  1. Deploy Gradio application to AWS Lambda
cdk deploy 
  1. Delete AWS Lambda again
cdk destroy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published