Giter Club home page Giter Club logo

nlp-sentiment-analysis's Introduction

Natural Language Processing-Finetuning a hugging face text classification Model ✨

πŸ” Summary

Project Name Deployed App Article
NLP Sentiments analysis Application meduim Article

πŸ“š Description

This project is a Text classification Project based Using HuggingfaceπŸ€— pretrained Models. In this project, we finetuned a hugging face text classification model to determine covid vaccine tweet sentiments.

πŸ“– Table of Contents

  • Installation
  • Usage
  • Authors
  • Acknowledgement
  • contact

πŸ”§ Installation

To get started , follow these installation steps:

# setup the environment on windows by running the following code.
python -m venv venv; venv\Scripts\activate; python -m pip install -q --upgrade pip; python -m pip install -r requirements.txt  

#On Linux
python3 -m venv venv; source venv/bin/activate; python -m pip install -q --upgrade pip; python -m pip install -r requirements.txt 

The Two commands are of the same structure 1.Activate the python environment 2.Upgrade pip to it current version 3.install the requirements located in requirements.txt: You should be at the root of your env

run streamlit src/streamlit app/app.py

πŸš€ Usage

This app has been deployed on HuggingfaceπŸ€— cloud platform. To see how it works access it here

To create this project yourself follow these steps

  1. Create a huggingface Account here

2.Go to src and load the finetuned notebook: upload this notebook to google colab

3.Using a GPU run the cells in the notebook login section, go to your hugging face profile and and create a write access token paste this token at the notebook login session

4.The model will be pushed to your huggingface account

πŸ‘₯ Authors

This project is developed and maintained by:

  • Sylvester Junior Ampomah
  • Jacob Jaroya πŸš€
  • Kinsley Yaw Asiedu ⭐️
  • Felix kiprotich πŸ’‘ Feel free to reach out to us with any questions or feedback!

✨ Acknowledgments

We would like to express our gratitude to The Azubi Africa team for their valuable contributions to this project.

πŸ“ž Contact

For any questions, concerns, or suggestions regarding this project, please contact us at [email protected].

nlp-sentiment-analysis's People

Contributors

sylvester107 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.