Coder Social home page Coder Social logo

educationtool's Introduction

DanEssay

Is a Education tool that validate essays, the program uses a API to check for plagiarism (copyright). It also uses a modified version of GPT-2 to detect the likelihood if a text was real or fake. Then it outputs a validation score using 2 scores. In order to grade the essay, it uses a neural network model trained on the automatic essay grading dataset on Kaggle found here https://www.kaggle.com/c/asap-aes/data.

Dependencies

  • Stripe

  • Firebase

  • Copyleaks API

  • Flask

  • GPT-2 model

  • D3.js

This is an ongoing, open source project. Please contribute so this project can be finished faster.

Quickstart

   Install dependencies for Python >3.6 :

   pip install -r requirements.txt
   
   run server for gpt-2-small:
   
   python server.py

Extend the backend

The backend defines a number of api models which can be invoked by starting the server with the parameter --ModelNAME. To add a custom model, you need to write your own api in backend/api.py and add the decorator @register_api(name=NAME).

Extend the frontend

the source code for the front-end is in client/src.

To modify, installing node dependencies is necessary:

    cd client/src; npm install; cd ../..

re-compilation of front-end:

    > rm -rf client/dist;cd client/src/; npm run build; cd ../..

educationtool's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.