This application suggests words based on the input keyword. It uses the Jaccard similarity to find similar words and ranks them based on their similarity and frequency in the text.
-
Clone the repository:
git clone https://github.com/deepanshu-rawat6/WordWise-Assist.git
-
Navigate to the project directory:
cd WordWise-Assist
-
Create a virtual environment:
python3 -m venv <virtual_environment>
-
Activate the virtual environment:
source <venv>/bin/activate
-
Install the required Python packages:
pip install -r requirements.txt
This command installs the necessary Python packages as specified in the
requirements.txt
file. -
Run the application:
streamlit run app.py
This command starts the Streamlit server and opens the application in your default web browser.