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.
The easiest way to see how this works it works on any machine is, to run it on docker.
- clone this project
- Build the docker image -
docker build -t writing-assist-proj .
- Run the docker image -
docker run 8000:8000 getting-started
- Voila! You can checkout the API's from the 8000 port.
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!
This project is still under ongoing development. The optimisation for time on parapharse generation is not completed yet. This is coming soon!