generated from amosproj/amos202Xss0Y-projname
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Nikolas Rauscher edited this page Jun 3, 2024
·
5 revisions
- Document upload (PDFs)
- Knowledge Graph Creation from the uploaded document
- Graph Data with nodes & edges for visualization
- Pytest
- Pytest Sugar
- FastAPI
- Docker & Docker Compose
- Python 3.11 or higher
- Make (optional for shortcuts)
-
Setup:
- Clone the repository and change into the project directory
- Copy the
.env.example
file to.env
and update the values as needed
-
Run the application:
- Create and activate a virtual environment
- Install the development requirements
- Build the Docker image and run the container
For detailed instructions, see the Getting Started Guide.
- Build and run the development environment:
make build-dev
- Stop the development environment:
make stop-dev
- Start components separately:
make frontend-build-dev
ormake backend-build-dev
- Run backend tests:
make backend-tests
- Show help:
make help
For detailed instructions, see the Shortcuts Guide.
Visual tool to generate knowledge graphs from documents, showing core concepts and their relationships.
- Drag and drop the document or click the "Browse" button to select the document from your computer.
- Click the βGenerate Graphβ button to create a knowledge graph from the uploaded document.
- For details see the User-Documentation