text-prediction
There are 46 repositories under text-prediction topic.
bhaveshoswal/CNN-text-classification-keras
Text Classification by Convolutional Neural Network in Keras
starlordvk/Typing-Assistant
Typing Assistant provides the ability to autocomplete words and suggests predictions for the next word. This makes typing faster, more intelligent and reduces effort.
tintinweb/hallucinate.sol
😵💫 A Recurrent Neural Network (RNN) hallucinating solidity source code.
jadessechan/Text-Prediction
A trigram language model using NLTK to predict the next word of a phrase
jarvis0/image-search
🌄 Search images through text by writing a caption or a description. You will be intelligently assisted while typing.
bpbirch/markov_analysis
This project implements Markov analysis for text prediction from a given text file. Utilizes urllib.request to read text file from project gutenberg.
shadowtime2000/easy-text-prediction
An easy text prediction package that doesn't use a complicated neural network.
SyncfusionExamples/create-a-vue-autocomplete-component-using-vue-cli
A quick start Vue project that helps you to create an AutoComplete component of Syncfusion using Vue CLI. You will also learn how to populate JSON data and remote data sources to the AutoComplete, how to highlight the searched text, and how to set a custom height and width to the AutoComplete popup.
DimensionDev/WordSuggestion
A simple Swift implementation of word suggestion using n-gram probabilistic model
leolellisr/deep_learning_projects
Repository with Deep Learning implementations in Jupyter Notebooks
aashay15/DS-Capstone
Naive Solution for Course 10 JHU Data Science Specialization
b-knight/Text-Prediction-App-with-RShiny-and-Swiftkey-COCA
Creation of a text prediction algorithm and web application using newspaper extracts from SwiftKey and n-grams from COCA.
DavideNardone/GAE-Bag-of-Words
GAE-Bag-of-Words (GAE-BoW) is an NLP-Machine Learning model helps students in finding their training and professional paths.
japnitahuja/shakespearean-text-predictor
Generate text in the style of Shakespearean English using Recurrent Neural Networks.
luminoso/fcm-shannon
Finite Context Model text generator based in F.C Shannon paper
mferri17/lstm-text-generator
Text prediction and generation through LSTM Neural Network with Tensorflow. 3rd assignment of the Deep Learning Lab course at Università della Svizzera Italiana (USI) Lugano.
redParrot17/MarkovChains
Text prediction in Java using a Markov Chain.
SFLazarus/HiddenMarkovModel
Implementing Hidden MarkovModel to generate new text and complete sentences
1carvercoleman/predictive-text
Outputs predicted text from training text file
achrafib1/Text-Flow
TextFlow: A Streamlit app providing text correction and autocomplete functionalities using n-grams and LSTM models. It corrects text and predicts the next words with customizable settings.
bpbirch/JSMarkovAnalysis
This is similar to my Markov Analysis repo in Python. Some nuance is lost, since I didn't include a word cleansing function, but I'm working on reproducing some of my Python repos in JavaScript.
enockjamin01/autocode
NLP LSTM model to predict python codes (Text prediction) (Tokenized special characters)
Ishwin9/text-prediction
Generate text in the style of Shakespearean English using Recurrent Neural Networks.
kritisingh24/Natural-Language-Processing-with-TensorFlow
Text classification and text generation using various deep learning models.
rajp1908/Text-Prediction
This repository contains demonstration of NLP project using tensorflow and python
ritikdhame/Hindi_Text_Prediction_using_LSTM
Predicting hindi texts based on a charecter level prediction using LSTM models
spignelon/CleverTerm
CleverTerm is a prototype LSTM model trained on bash history, capable of generating suggestions for the next Linux command based on previous user input. The project is licensed under GPL v3 and uses bash history data from various sources, including Kaggle datasets and GitHub repositories.
sweetsyjerome/Text-label-prediction
Text label prediction with different input methods : frequency, topic and word embedding
tmhuy0510/JHU_Data_Science_Capstone_Project
Coursera JHU Data Science Specialization: Capstone Project
dotland/lexical-model-hy
Wordlist for Armenian text prediction used by Keyman.
dotland/lexical-model-ru
Wordlist for Russian text prediction used by Keyman.
furkandrms/text-explorating-BERT
This script leverages the BERT model for text exploration by predicting masked tokens within a given text.
muhammadsaadx/Text-Classification-and-Prediction-Using-NLP-and-Logistic-Regression
This repository contains an implementation of text classification and prediction using Logistic Regression. The project applies Natural Language Processing (NLP) techniques to process text data and train a model for classification tasks.
muhammadsaadx/TextPrediction-and-MovieReview-Classification
This repository contains an implementation of text prediction and sentiment classification on movie reviews. The project utilizes deep learning models to predict words in a given text sequence and classify movie reviews as positive or negative.
pngo1997/Recurrent-Neural-Networks-with-PyTorch
Explores Recurrent Neural Networks using PyTorch.