Generate keywods for research output in Pure using Chat GPT's/Open AI's API.
This script can be used to fetch an abstract from research output in Pure, send it to Chat GPT's/Open AI's API, generate keywords, and write these keywords back into Pure. Presented at Pure International Conference 2023.
- Access to Pure's API a long with an API key with read/write permission
- API key for Open AI/Chat GPT
- requests library
- os module
- Set your actual PURE_API_KEY and CHATGPT_API_KEY as environment variables
- Replace 'ResearchoutputUUID' with UUID of research output(s) from Pure, using your preferred method
- Run the script
- 0.1
- Initial Release
This project is licensed under the [GNU General Public License v3.0] License - see the LICENSE.md file for details