From 2525546f79a2e4576a3a15c2a50b37e6c5495211 Mon Sep 17 00:00:00 2001 From: julio-romero <77467500+julio-romero@users.noreply.github.com> Date: Thu, 14 Mar 2024 19:13:22 +0000 Subject: [PATCH] Updated readme --- README.md | 25 ++++++++++++++++++++++++- app.py | 1 - 2 files changed, 24 insertions(+), 2 deletions(-) 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