Commit 375b36d4 authored by I.K Seneviratne's avatar I.K Seneviratne

Update README.md

parent a26d2a7a
...@@ -106,7 +106,7 @@ This folder structure adheres to the general project structure of a django web p ...@@ -106,7 +106,7 @@ This folder structure adheres to the general project structure of a django web p
* **LectureSummarizingApp** - constitutes the workings of the *Lecture Summarization* component. * **LectureSummarizingApp** - constitutes the workings of the *Lecture Summarization* component.
* **MonitorLecturerApp** - comprises the implementations of *Monitoring Lecturer Performance* component. * **MonitorLecturerApp** - comprises the implementations of *Monitoring Lecturer Performance* component.
* **integrated_slpes** - this contains the general settings and url configurations of the entire project. * **integrated_slpes** - this contains the general settings and url configurations of the entire project.
* **manage.py** - this file is required to run the project (done by the comman *python manage.py runserver*) * **manage.py** - this file is required to run the project (done by the command `python manage.py runserver`)
* **requirements.txt** - contains the list of dependencies required to run the project. * **requirements.txt** - contains the list of dependencies required to run the project.
### Application strcuture ### Application strcuture
...@@ -130,8 +130,8 @@ As mentioned above, the folders such as *AttendanceApp* and *FirstApp* are the a ...@@ -130,8 +130,8 @@ As mentioned above, the folders such as *AttendanceApp* and *FirstApp* are the a
The following software tools needed to be installed before running this project The following software tools needed to be installed before running this project
1. Anaconda 3, (click [here](https://docs.anaconda.com/anaconda/install/) to download. Select Python version as 3.7 or above). 1. Anaconda 3, (click **[here](https://docs.anaconda.com/anaconda/install/**) to download. Select Python version as 3.7 or above).
2. PyCharm Professional Edition with Anaconda Plugin 2019.3.1 (click [here](https://www.jetbrains.com/pycharm/download/other.html) to download). 2. PyCharm Professional Edition with Anaconda Plugin 2019.3.1 (click **[here](https://www.jetbrains.com/pycharm/download/other.html**) to download).
### Procedure ### Procedure
...@@ -140,14 +140,14 @@ To run this project, you will need to follow the given steps. ...@@ -140,14 +140,14 @@ To run this project, you will need to follow the given steps.
1. Clone the repository to a desired location in your machine. 1. Clone the repository to a desired location in your machine.
2. In this location, open the command line and create a virtual environment by typing `conda create -n <ENV_NAME>`. (if this command does not work, type `CALL conda.bat create -n <ENV_NAME>`) 2. In this location, open the command line and create a virtual environment by typing `conda create -n <ENV_NAME>`. (if this command does not work, type `CALL conda.bat create -n <ENV_NAME>`)
3. To download all the dependencies, run the command `pip install -r requirements.txt`. 3. To download all the dependencies, run the command `pip install -r requirements.txt`.
4. To download the classifiers, visit [here](https://drive.google.com/drive/folders/1xIZfX47owHUXYqN13hchQ4waVW5UE5rp?usp=sharing) 4. To download the classifiers, visit **[here](https://drive.google.com/drive/folders/1xIZfX47owHUXYqN13hchQ4waVW5UE5rp?usp=sharing)**
5. Once the classifiers are downloaded, include them in the application folders as follows. 5. Once the classifiers are downloaded, include them in the application folders as follows.
* Create a folder named *classifiers* inside the *FirstApp* folder. * Create a folder named *classifiers* inside the *FirstApp* folder.
* From the downloaded classifiers, include the content in *monitoring_student_behavior* folder inside this *classifiers* folder. * From the downloaded classifiers, include the content in *monitoring_student_behavior* folder inside this *classifiers* folder.
* Create a folder named *models* inside the *MonitorLecturerApp* folder. * Create a folder named *models* inside the *MonitorLecturerApp* folder.
* From the downloaded classifiers, include the content in *monitoring_lecturer_behavior* folder inside this *models* folder. * From the downloaded classifiers, include the content in *monitoring_lecturer_behavior* folder inside this *models* folder.
6. To download the static content of the project, visit [here](https://drive.google.com/drive/folders/1CtoRFxXRThE9vhsP2b0xJXhUTyPh8kN-?usp=sharing) 6. To download the static content of the project, visit **[here](https://drive.google.com/drive/folders/1CtoRFxXRThE9vhsP2b0xJXhUTyPh8kN-?usp=sharing)**
7. Once the static content is downloaded, include them in the project folder as follows. 7. Once the static content is downloaded, include them in the project folder as follows.
* Create a folder named *static* inside the project root folder. * Create a folder named *static* inside the project root folder.
* Put the static content inside this folder. * Put the static content inside this folder.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment