An open API service indexing awesome lists of open source software.

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

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