Relative Content

Tag Archive for pythonmachine-learningnlpbert-language-model

How do I create a model that can answer questions related to essay analysis and essay scoring

I’m making a ReactJS app for a project that users can type in their essay/piece of writing and when they click a button it’ll show a bunch of AI analysis. This analysis includes spellcheck, an estimated teacher score, and a chatbot area where users can ask questions on their essay and get feedback on it. I’ve made the spell check and teacher score area by using a Flask python server and some simple machine learning based on an essay dataset I found.