NLP / Classification Tests
This is a repository for testing natural language processing (NLP) and classification algorithms.
To run the tests using Python, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory:
cd nlp-tests
. - Install the required dependencies by running
pip install -r requirements.txt
. - Run the tests using the command
streamlit run main.py
.
Make sure you have Python and pip installed on your machine before running the tests.