NLP Assistant provides NLP functionalities like sentiment analysis, language translation, and language detection using Google's Generative AI.
- Sentiment Analysis: Determine the sentiment of text.
- Language Translation: Translate text to Bengali.
- Language Detection: Detect the language of text.
NLPAssistant/ ├── src/ │ ├── init.py │ ├── nlp_model.py │ └── nlp_app.py └── main.py
-
Clone the repository:
git clone https://github.com/Shakil10945/NLP_Assistant cd NLP_Assistant
-
Install dependencies:
pip install -r requirements.txt
-
Configure API Key: Replace the placeholder in
src/nlp_model.py
with your Google Generative AI API key.
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]