Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtazer authored Jun 18, 2023
1 parent 2e966fb commit bb5d51c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ To get started with this project, follow these steps:

1. Clone the repository:

```git clone https://github.com/your-username/emotion-detection-ai.git
```
```git clone https://github.com/your-username/emotion-detection-ai.git```

2. Install the necessary dependencies:

```pip install -r requirements.txt
```
```pip install -r requirements.txt```

3. Prepare the dataset:

Expand All @@ -46,17 +44,15 @@ To get started with this project, follow these steps:

b. Run the training script:

```python train.py
```
```python train.py```

c. Monitor the training process and adjust parameters as needed.

5. Test the model:

a. Utilize the `test.py` script to run the emotion detection system on real-time data or provided input.

```python test.py
```
```python test.py```

b. Evaluate the performance of the model and analyze the emotion detection results.

Expand Down

0 comments on commit bb5d51c

Please sign in to comment.