Skip to content
#

naturallanguageprocessing

Here are 23 public repositories matching this topic...

Python library for feature selection for text features. It has filter method, genetic algorithm and TextFeatureSelectionEnsemble for improving text classification models. Helps improve your machine learning models

  • Updated Jan 4, 2024
  • Python

This is a Flask backend that allows users to upload a PDF file and receive a simplified and humorous explanation of its contents using OpenAI's GPT-3 API. The application uses NLTK to split the PDF text into smaller chunks to stay within the API's maximum token limit, and PyPDF2 to extract the text from the PDF file.

  • Updated Mar 31, 2023
  • Python

This repository contains code for generating blog content using the LLama 2 language model. It integrates with Streamlit for easy user interaction. Simply input your blog topic, desired word count, and writing style to generate engaging blog content.

  • Updated Apr 3, 2024
  • Python

This project provides a simple script for determining the sentiment of a text input using TextBlob library in Python. It also returns the most positive and most negative sentence in the input text. The script can be used as a standalone tool or integrated into other projects.

  • Updated Mar 17, 2023
  • Python

A versatile app that converts images into short stories and lifelike audio locally. It combines Hugging Face's image captioning, Groq's story generation, and Parler TTS for local text-to-speech synthesis. Ideal for AI-driven projects with fast, reliable on-device TTS.

  • Updated Sep 29, 2024
  • Python

NLP Explorer is an interactive Streamlit app that lets users explore various NLP techniques like Tokenization, POS Tagging, Stemming, Lemmatization, and NER. It provides real-time analysis of text, making it a great tool for learning and experimenting with NLP concepts.

  • Updated Nov 16, 2024
  • Python

Improve this page

Add a description, image, and links to the naturallanguageprocessing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the naturallanguageprocessing topic, visit your repo's landing page and select "manage topics."

Learn more