WordSense is a word prediction tool that suggests words based on the user's input. It uses a combination of machine learning models and custom algorithms to provide accurate word predictions.
To install WordSense, follow these steps:
- Clone the repository:
git clone https://github.com/afrhan-repo/WordSense.git
- Navigate to the project directory:
cd WordSense
- Install the required dependencies:
pip install -r requirements.txt
To use WordSense, follow these steps:
- Start the keystroke monitor:
python keystroke_monitor.py
- Open a new terminal and start a tmux session:
tmux new-session -s wordsense
- In the tmux session, run the word prediction script:
python start_word_prediction.py
We welcome contributions to WordSense! If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix:
git checkout -b my-feature-branch
- Make your changes and commit them:
git commit -m "Add new feature"
- Push your changes to your fork:
git push origin my-feature-branch
- Open a pull request on GitHub.