Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-romero committed Mar 14, 2024
1 parent b60ba7e commit 2525546
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
```
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
Authors:
- Lesly C Guerrero Velez
- Manuel J Romero Olvera
- Add yourself here
"""
import tkinter as tk

Expand Down

0 comments on commit 2525546

Please sign in to comment.