diff --git a/README.md b/README.md index 4ad93aa..69b6f2c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Overview -TODO add a description +Python application that acts as a graphical user interface (GUI) for managing experiments related to emotion analysis using data from iMotions. It integrates the work of multiple developers, each contributing different modules for analyzing emotions from websites, images, and videos. # Usage @@ -15,3 +15,26 @@ Then you can initialize the app with ```bash python app.py ``` + +# Project Structure + +```bash +. +├── LICENSE +├── README.md +├── app.py +├── emotiongsr +│ ├── __init__.py +│ └── dataprocessor.py +├── images_app.py +├── multimotions +│ └── dataprocessor.py +├── requirements.txt +├── sample_data +│ ├── CleanedData +│ ├── Data +│ ├── Images +│ └── WebData +├── videos_app.py +└── websites_app.py +``` diff --git a/app.py b/app.py index a875bb2..f2d78b5 100644 --- a/app.py +++ b/app.py @@ -21,7 +21,6 @@ Authors: - Lesly C Guerrero Velez - Manuel J Romero Olvera - - Add yourself here """ import tkinter as tk