Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 376 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 376 Bytes

A StreamLit app that uses OpenAI API to mine sentiment from a text. The sentiment is chosen from a user-specified list of sentiments.

Instructions:

To use the app, enter your OpenAI API key in the key.txt file.

Install the required packages specified in requirements.txt

Developer python version: 3.8.2

Run the app using the command: streamlit run sentiment_analysis.py