Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,17 @@ to facilitate self-awareness and personal growth.

**Purpose**

- Encourage users to write on personal experiences.
- Provide `AI-driven` psychological analysis and reflective questions tailored to each user.
- Educate users about Jungian archetypes and symbols for deeper understanding.
Encourage users to write on personal experiences.
Provide `AI-driven` psychological analysis and reflective questions tailored to each user.
Educate users about Jungian archetypes and symbols for deeper understanding.

### Running The Application

```bash
docker-compose up -d
```
Note: It will download gemma3:4b ai model. The model has 3GB size so downloading may take a long time depending of your internet connection.


### Architecture
- `Spring Boot` Backend
Expand Down