sentiment analysis with LLM
1.0.0
The project demonstrates an example of how to use a supervised learning task using GPT-3.5 with JSON export, evaluating reviews in Italian Language.
An experimental using Langchain with OpenAI APIs for demostrating a possibility to create a supervised learning task with GPT-3.5 model, and the capability to export the information in JSON format.
Clone the repository
Install the required packages using venv:
python3 -m venv env
source env/bin/activate
pip install -r requirements.txtOPENAI_API_KEY=<your_api_secret_key>
cd src
streamlit run main.py
This project is licensed under the MIT License.