Skip to content

WildHoneyPie/LLM_Article_Emotion_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time Text Emotion Detection

This project uses LangChain and OpenAI's GPT-4o to perform emotion detection on text input. The application provides a simple web interface where users can input text and receive emotion analysis.

Setup

  1. Clone this repository
  2. Install dependencies:
    pip install -r requirements.txt
  3. Add your OpenAI API key:
    export OPENAI_API_KEY=<YOUR OPENAI API>
    
  4. Run the application:
    streamlit run app.py

Requirements

  • Python 3.8+
  • OpenAI API key
  • Internet connection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages