The Keep-Current project's target is to assist with the problem of finding and retreiving news.
This repository includes the GUI part of the Keep-Current project: An app where the users can log on, see and react to their recommendations, thus adapting the model to their preferences. This is also our gate for conducting A/B testings on both UI and our models.
For more information about Keep-Current project, please refer to the main repository.
we use Slack as our communication channel. If you're new, you can join using this link.
We welcome anyone who would like to join and contribute! We meet regularly every month in Vienna through the Data Science Cafe meetup of the VDSG, show our progress and discuss the next steps.
If you would like to assist, we would like to encourage you to:
- Try it out and report us issues
- Read our Contribution Guide
- Dive into our Project Backlog
If you wish to assist in different aspects (Data Engineering / Data Science / DevOps), we have divided the project to several additional repositories focusing on these topics.
This project was generated with Angular CLI version >= 1.6.7. After cloning the project, please run:
npm install
following with installation of the angular-cli:
npm install -g @angular/cli
If you don't wish to fork and edit it in your computer, try editing at it online (!) using stackblitz.com
Using a mac? If installing the angular doesn't work well, you might find this link usefull.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.