https://github.com/centre-for-humanities-computing/ndhl-ahm20
NDHL Resources
https://github.com/centre-for-humanities-computing/ndhl-ahm20
Last synced: over 1 year ago
JSON representation
NDHL Resources
- Host: GitHub
- URL: https://github.com/centre-for-humanities-computing/ndhl-ahm20
- Owner: centre-for-humanities-computing
- License: mit
- Created: 2020-01-29T18:52:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T16:47:46.000Z (over 6 years ago)
- Last Synced: 2025-01-03T21:41:48.509Z (over 1 year ago)
- Language: Python
- Homepage: https://centre-for-humanities-computing.github.io/Nordic-Digital-Humanities-Laboratory/pages/resources/
- Size: 2.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NDHL.AHM2020: News-Novelty-Detector #
TODO
## Getting Started
### Prerequisites
For running in virtual environment (recommended) and assuming python3.6+ is installed.
```
sudo pip3 install virtualenv
virtualenv -p /usr/bin/python3.7 ndhl
source ndhl/bin/activate
```
### Installing
Clone repository and install requirements
```
git clone https://github.com/centre-for-humanities-computing/NDHL-AHM20.git
pip install requirements.txt
```
To run extract data and train model (see `main.sh` for pipeline)
```
```
## Running the tests
Explain how to run the automated tests for this system
### Break down into end to end tests
```
Give an example
```
### And coding style tests
Explain what these tests test and why
```
Give an example
```
## Deployment
Add additional notes about how to deploy this on a live system
## Built With
## Contributing
## Versioning
## Authors
Kristoffer L. Nielbo
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments