From 3e37f782ee9ed89000749b0854fb63946d36a58b Mon Sep 17 00:00:00 2001 From: Giorgos Giannopoulos <45937897+GiorgosG1an@users.noreply.github.com> Date: Sat, 23 Mar 2024 02:11:03 +0200 Subject: [PATCH] Update README.md add extra details --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83a0c03..ae495ef 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ python3 main/main.py 1. Preprocess the data 2. Index the data 3. Search songs/albums +4. Add new songs/albums with input, from a csv or from [AZLyrics](https://www.azlyrics.com/) website +5. Delete songs/albums ## License The project was created as the first semester project of Information Retrieval and Mining course, at University of Peloponnese dep. Informatics and Telecommunications. -See [License](License) for more +See [License](License), [CREDITS](Credits), [User guide](IRM_Project1_Report.pdf) for more