This Streamlit application analyzes text using OpenAI's API.
- Clone the repository
- Create a virtual environment:
python -m venv venv - Activate the virtual environment:
source venv/bin/activate(On Windows:venv\Scripts\activate) - Install dependencies:
pip install -r requirements.txt - Run the application:
streamlit run src/app.py
- Sentiment Analysis
- Enter your text in the input area
- Click "Analyze" to see the results