From cad1fe24294479950f9087d4b1c393caefd35d08 Mon Sep 17 00:00:00 2001
From: "Welter, Felix" <felix.welter@studium.uni-hamburg.de>
Date: Sun, 18 Oct 2020 14:34:32 +0200
Subject: [PATCH] Add section project overview

---
 README.md | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index c273cea..eceb473 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,19 @@ Authors: Fabian Rausch and Felix Welter
 
 # Context
 
-This project was developed during the Master Project "Web Interfaces for Language Processing Systems" and was supervised
-by Prof. Dr. Chris Biemann and Dr. Seid Muhie Yimam. In light of the Corona pandemic 2020 the project aimed at improving the online conferencing software bigbluebutton. The Related Items project enables users to transcribe speech
-and lookup related items (e.g. lecture slides or a wikipedia article) via an easy to use interface.
+This project was developed during the Master Project "Web Interfaces for Language Processing Systems 2020" and was supervised
+by Prof. Dr. Chris Biemann and Dr. Seid Muhie Yimam. In light of the Corona pandemic 2020 this Master Project aimed at improving the online conferencing software bigbluebutton. 
+
+# Project overview
+
+The Related Items project enables users to transcribe speech
+and lookup related items (e.g. lecture slides or a wikipedia article) 
+via an easy to use interface from within a BigBlueButton conference. 
+For that purpose BigBlueButton was connected to
+the speech recognition software Kaldi. The transcribed text is available to
+all participants in the meeting. Futhermore, information sources (called indices)
+were connected to BigBlueButton, therefore enabling all users to search 
+for terms that have been mentioned during the talk quickly. 
 
 # Software architecture
 
-- 
GitLab