Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsmatias/aiod-ontology
https://github.com/jsmatias/aiod-ontology
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsmatias/aiod-ontology
- Owner: jsmatias
- Created: 2024-03-27T10:49:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T14:18:08.000Z (9 months ago)
- Last Synced: 2024-11-13T18:32:49.193Z (3 months ago)
- Language: Jupyter Notebook
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AIoD Ontology
AIoD Ontology is a Python project designed to extract metadata from papers in PDF format and external sources. The gathered metadata is saved in a JSON file and utilized to construct the ontology of the selected research topic.
## Features
- **PDF Metadata Extraction**: Extract metadata from PDF files.
- **External Source Integration**: Retrieve metadata from external sources.
- **JSON File Storage**: Save extracted metadata in a JSON file.
- **Ontology Building**: Construct ontology based on the gathered metadata.## Installation
To install AIoD Ontology, you can use pip:
```bash
pip install -r requirements.txt
pip install -r requirements-dev.txt
```## Usage
To run, use the notebooks provided.
## License
This project is licensed under the [MIT License](/LICENSE).