Skip to content

Commit e831147

Browse files
authored
Update README.md
1 parent ecba8c2 commit e831147

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,11 @@ Using JudgeIt framework is simple, just pick what is the task you want to evalua
5454

5555
### Two Flavors of using JudgeIt:
5656

57-
1. **Python-Framework**: JudgeIt framework contains python modules to run evaluations and supports CLI execution. The Framework method takes input data in the form of excel or csv files for any of these evaluations. View the [Framework Instructions](./Framework/README.md) for more detail.
58-
2. **GUI-Application**: JudgeIt SOA based application contains a REST API backend and NextJS frontend to run evaluations via a UI. The SOA method takes input data in the form of excel/csv files or single inputs for any of these evaluations. View the [REST Service Instructions](./REST-Service/README.md) and [JudgeIt App Instructions](./JudgeIt-App/README.md) for more detail.
57+
1. **Python-Framework**: JudgeIt framework contains python modules to run evaluations and supports CLI execution. Just define your options in the config files. The Framework method takes input data in the form of excel or csv files for any of these evaluations. View the [Framework Instructions](./Framework/README.md) for more detail.
58+
![multiturn-framework](https://github.com/user-attachments/assets/b717c2ce-d334-42d3-a6f0-0b83701c3ad8)
59+
60+
3. **GUI-Application**: JudgeIt SOA based application contains a REST API backend and NextJS frontend to run evaluations via a UI. The SOA method takes input data in the form of excel/csv files or single inputs for any of these evaluations. View the [REST Service Instructions](./REST-Service/README.md) and [JudgeIt App Instructions](./JudgeIt-App/README.md) for more detail.
61+
![Multiturn app batch](/images/multiturn-app-batch.gif)
5962

6063
### JudgeIt Deployment Options:
6164

0 commit comments

Comments
 (0)