Skip to content

ChatGPT-based Extraction and Verification of Events in Biographies.

License

Notifications You must be signed in to change notification settings

InTaVia/chatgpt-ner-vis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ChatGPT-based Extraction and Verification of Events in Biographies

This early prototype is part of the EU-Project of InTaVia and offers an interactive tool for biography event extraction and visual verification with ChatGPT.

Installation

Backend

Requirements: Python 3.9.x and pip.

  1. Open your preffered terminal
  2. Navigate into backend
cd backend/
  1. Install all required libraries [*]
pip install -r requirements.txt
  1. Start the server
python app.py

Frontend

Requirements: Node.js and npm.

  1. Open your preffered terminal
  2. Navigate into frontend
cd frontend/
  1. Install all required packages [*]
npm install
  1. Start the server
npm start

The Frontend is now running at localhost:3000.

The interface is now ready to use! 🏁 You can acces the interface from your browser at http://localhost:3000.

[*]: Only at first setup

About

ChatGPT-based Extraction and Verification of Events in Biographies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published