Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.11 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.11 KB

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]