Skip to content

Shakil10945/NLP_Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLP Assistant

NLP Assistant provides NLP functionalities like sentiment analysis, language translation, and language detection using Google's Generative AI.

Features

  • Sentiment Analysis: Determine the sentiment of text.
  • Language Translation: Translate text to Bengali.
  • Language Detection: Detect the language of text.

Directory Structure

NLPAssistant/ ├── src/ │ ├── init.py │ ├── nlp_model.py │ └── nlp_app.py └── main.py

Setup

  1. Clone the repository:

    git clone https://github.com/Shakil10945/NLP_Assistant
    cd NLP_Assistant
  2. Install dependencies:

    pip install -r requirements.txt
  3. Configure API Key: Replace the placeholder in src/nlp_model.py with your Google Generative AI API key.

Usage

Run the application:

python main.py

Follow the prompts to register or log in, and then choose an NLP function.
Contributing

Fork the repository and submit a pull request with your changes.
License

This project is licensed under the MIT License.
Contact

Shakil Khan - [email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages