Aman Khare commited on
Commit
945ae20
·
unverified ·
1 Parent(s): 3c2b446

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -3,6 +3,16 @@ An **OpenEnv-compliant** environment for evaluating AI agents on clinical SOAP-n
3
 
4
  Built for the **Meta × Hugging Face OpenEnv Hackathon**.
5
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  ## Environment Description
 
3
 
4
  Built for the **Meta × Hugging Face OpenEnv Hackathon**.
5
 
6
+ #Clinical Note Scribe
7
+ Medical documentation is one of the most time-consuming parts of a doctor's day. After every patient visit, clinicians spend significant time converting spoken conversations into structured clinical notes — time that could be spent on patient care instead.
8
+ Clinical Note Scribe is a reinforcement learning training environment where an AI agent learns to do exactly that: listen to a doctor-patient conversation and produce a well-structured, accurate, and safe clinical note in SOAP format.
9
+ # Interesting part
10
+ The interesting part about this project is that we have created a frontend which shiws live what number of reward is given on the beasis of submition.
11
+
12
+ #Three levels of difficulty
13
+ Tasks range from a routine check-up all the way to a chaotic ER visit with overlapping symptoms and urgent orders — each with its own grader and reward logic.
14
+
15
+
16
  ---
17
 
18
  ## Environment Description