Skip to content
/ validREF Public

An AI microservice that extracts and returns a list of valid and invalid APA in-text citations eg. (Brooks, 2020) within a paper or article, as well as a count of valid and invalid citings

License

Notifications You must be signed in to change notification settings

edem8/validREF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

validREF

A microservice that validates all APA 7th edition citings in a research paper or article Example usage: citeScout

Screenshots

/

/upload

Current endpoints

  • / (GET route) - about page, provides info on the microservice
  • /uploads (POST route) - recieves and processes uploaded documents. Upload returns a JSON object containing a extracted, valid and invalid citations as well as a count of each...See postman examples above.

Intsall dependencies

pip install requirements.txt

Usage

  • Create .env file
  • Add your openAI access token
  • Run
python3 app.py

About

An AI microservice that extracts and returns a list of valid and invalid APA in-text citations eg. (Brooks, 2020) within a paper or article, as well as a count of valid and invalid citings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages