Skip to content

Repository for Writing assessment tools

License

Notifications You must be signed in to change notification settings

gauravrai1/WAT

 
 

Repository files navigation

Writing Assistant Tool (WAT) for practising parapharsing

It is backend project which utlises open-source pre-trained hugging face NLP based models and wraps it in REST API developed on flask and WSGI. There are three components of the project,

  • first is the API to serve paragraph for practising parapharsing.
  • Second is the API which would generate parapharses using per-trained models.
  • Third is the API that would provided analysis for the user's generaed paragraph.

How to install this project using Dockerised container

The easiest way to see how this works it works on any machine is, to run it on docker.

  1. clone this project
  2. Build the docker image - docker build -t writing-assist-proj .
  3. Run the docker image - docker run 8000:8000 getting-started
  4. Voila! You can checkout the API's from the 8000 port.

Find a bug?

If you found an issue or would like to submit an improvement to this project, please submit an issue using the issues tab above. If you would like to submit a PR with a fix, reference the issue you created!

Known issues (Work in progress)

This project is still under ongoing development. The optimisation for time on parapharse generation is not completed yet. This is coming soon!

About

Repository for Writing assessment tools

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 61.8%
  • Python 37.0%
  • Dockerfile 1.1%
  • Other 0.1%