Skip to content

Commit

Permalink
Update assets directory and downsized images
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong committed Jul 18, 2024
1 parent b4c7782 commit 7da6ede
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ brew install gcc | brew link gcc

## Getting started: your first Cornac experiment

![](flow.jpg)
![](assets/flow.jpg)
<p align="center"><i>Flow of an Experiment in Cornac</i></p>

```python
Expand Down Expand Up @@ -131,7 +131,7 @@ If we want to remove seen items during training, we need to provide `TRAIN_SET`

| User Interaction Solution | Recommendations Dashboard | Feedback Dashboard |
|:------------------------:|:------------------------:|:------------------:|
| <img src="screenshots/demo.png" alt="demo" width="250"/> | <img src="screenshots/recommendation-dashboard.png" alt="recommendations" width="250"/> | <img src="screenshots/feedback-dashboard.png" alt="feedback" width="250"/> |
| <img src="assets/demo.png" alt="demo" width="250"/> | <img src="assets/recommendation-dashboard.png" alt="recommendations" width="250"/> | <img src="assets/feedback-dashboard.png" alt="feedback" width="250"/> |

## Efficient retrieval with ANN search

Expand Down
Binary file added assets/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/feedback-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added assets/recommendation-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/demo.png
Binary file not shown.
Binary file removed screenshots/feedback-dashboard.png
Binary file not shown.
Binary file removed screenshots/recommendation-dashboard.png
Binary file not shown.

0 comments on commit 7da6ede

Please sign in to comment.