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.
Requirements: Python 3.9.x and pip.
- Open your preffered terminal
- Navigate into backend
cd backend/
- Install all required libraries [*]
pip install -r requirements.txt
- Start the server
python app.py
Requirements: Node.js and npm.
- Open your preffered terminal
- Navigate into frontend
cd frontend/
- Install all required packages [*]
npm install
- 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