An intelligent autocorrect keyboard system developed using Python. The application performs spell checking and predicts the next word using N-gram language models.
- Real-time spell checking
- Automatic correction suggestions
- Bigram and Trigram next-word prediction
- Interactive GUI using Tkinter
- Copy corrected text
- Word statistics and accuracy display
- Python
- Tkinter
- NLTK
- TextBlob
- PySpellChecker
pip install -r requirements.txt
python autocorrect_keyboard_v3.py- RNN/LSTM based prediction
- Transformer-based prediction
- Mobile keyboard integration
Pranav Shyam Nair



