Heart Rate and GSR for emotion detection

Hi,
I want to detect the emotions of a person based on his/her heart rate and skin resistance. Can anyone please guide me how to do this project. All your ideas will be helpful and quick response is appreciated
Regards,
Hema

HemaChowdary:
I want to detect the emotions of a person based on his/her heart rate and skin resistance.

Well for a start you won't be detecting their emotions, at best you'll be making some deductions about their emotions based on what you do detect, namely the heart rate and skin resistance. But you probably know that...

Adafruit has the Amped pulse sensor: I recall reading a few threads about it here, and it seems non-trivial to get it working reliably.

Did you Google?- this might get you started.

Thanks for the info. What if I want to monitor the heart rate and GSR for multiple persons at a time and compare them...

Choose an Arduino with plenty of pins!

Or if the "subjects" (patients?) are not in the same room, you could transmit the results for comparison in real time I guess, or collect on SD cards for analysis later?