Part of a series exploring the use of LLMs to perform classic NLP tasks.
This project aims to demonstrate how we can use the power of LLMs like ChatGPT to perform classic NLP tasks like sentiment analysis.
The data was downloaded from Kaggle.
Written in Python 3.9.9. Some technologies used:
- Jupyter Notebook
- OpenAI
To see the project in action, open and run the notebooks.
Ednalyn C. De Dios – @ecdedios
Distributed under the MIT license. See LICENSE
for more information.
- LinkedIn: in/ecdedios/
- Resumé: http://ednalyn.com
- Data Science Projects https://datasciencenerd.us
- Fork it (https://github.com/ecdedios/ai-nlp-sentiment-analysis/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
2024