PeerLogic Web Services: Peer-reviews-NLP: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
* [https://expertiza.csc.ncsu.edu/index.php/Peer-reviews-NLP:_Set-Up Set-Up]
* [https://expertiza.csc.ncsu.edu/index.php/Peer-reviews-NLP:_Set-Up Set-Up]
* Input and Output Handling
* Input and Output Handling
* Web Service API
* [https://expertiza.csc.ncsu.edu/index.php/Peer-reviews-NLP:_Web_Service_API Web Service API]
* Prediction Code
* Prediction Code
* Model Details
* Model Details
* File Breakdown
* File Breakdown

Latest revision as of 23:41, 18 April 2022

Summary

The Peer Review NLP Web Service (PRWS) utilizes natural language processing to perform sentiment, volume, and emotion analysis upon student peer reviews.

The service was created with the intention of being set up using Docker and with the HTTP server created using Gunicorn.

The most recent Github featuring the work for this project can be found here.

Components

The project features the following primary directories:

  • data: A storage space for tagged comments. Utilized for X.
  • documentation: A number of Swagger-supported .yml files which outline the web service's API.
  • metrics: A number of files which handle the input and output from the webservice, reading JSON input and returning it using different methods.
  • model: Several non-human-readable files representing the compiled models utilized by the web service.
  • preprocessing: The primary "runner" files which perform the actual prediction associated with the web service.
  • templates: Contains a single, non-functional HTML page apparently meant for testing the NLP.

In addition, it also contains a number of files associated with initial start up. Each of these sections will be discussed on independent pages, all linked here for ease of navigation.

Page Links

Please click one of the following links to read more about PRWS's: