Skip to content

A repository for sentiment analysis of Nepali Sentence using NepBERTa model. NepBerta is a BERT Model trained on Nepali language data corpus.

License

Notifications You must be signed in to change notification settings

dura-amar/Nepali-Sentiment-Analysis-Using-NepBERTa

 
 

Repository files navigation

Nepali Language Sentiment Analysis using NepBERTa

GitHub stars GitHub forks

Overview

This repository contains code for performing sentiment analysis on Nepali text using the NepBERTa transformer model. NepBERTa is a BERT-based model that has been trained on a Nepali data corpus for sentiment analysis tasks.

The sentiment analysis model is deployed using Flask, allowing you to interact with it through a simple web interface. You can use the sentimentAnalysis.py script to run the application locally.

1. Installation

Clone the repository:

git@github.com:rupeshghimire7/Nepali-Sentiment-Analysis-Using-NepBERTa-.git

2. Install required dependencies

pip install -r requirements.txt

3. Usage

Run the sentiment analysis web application:

python sentimentAnalysis.py

Access the web interface by navigating to http://localhost:5000 in your web browser.

Enter Nepali text into the provided input box and submit to receive sentiment analysis results.

Nepali Sentiment Analysis Nepali Sentiment Analysis

4. Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

5. License

This project is licensed under the MIT License.

5. Acknowledgments

The NepBERTa model used in this project can be found on:NepBERTa.

Happy sentiment analyzing in Nepali! 🇳🇵✨

About

A repository for sentiment analysis of Nepali Sentence using NepBERTa model. NepBerta is a BERT Model trained on Nepali language data corpus.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.5%
  • CSS 1.5%
  • Other 2.0%