nerdimite / apprentice

An EdTech Solution for Educators and Teachers (Udacity Capstone Project)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apprentice

Udacity Machine Learning Engineer Nanodegree Capstone Project

Apprentice is an automatic test assessment engine made as part of the Capstone Project in Udacity's Machine Learning Engineer Nanodegree.

The Project Report can be found here

Setup

Libraries Required

  • Tensorflow 2.0 (Preferably GPU version)
  • Tensorflow-Hub
  • Scikit Learn
  • Numpy
  • Pandas
  • tqdm
  • Matplotlib
  • Anvil-Uplink (pip install anvil-uplink)

Usage

Inference

The pretrained model can be used to perform inference and make predictions with the web app.

  1. Run all the cells in Inference.ipynb
  2. Open the Web Application at https://apprentice.anvil.app/. The input text boxes in the web app are prefilled to give an example.

Train

If you wish to re-train the model, you can refer Train.ipynb notebook.

References

About

An EdTech Solution for Educators and Teachers (Udacity Capstone Project)

License:MIT License


Languages

Language:Jupyter Notebook 68.7%Language:CSS 26.5%Language:HTML 3.9%Language:Python 0.9%