/nlp-tests

NLP / Classification Tests

Primary LanguagePython

nlp-tests

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:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory: cd nlp-tests.
  3. Install the required dependencies by running pip install -r requirements.txt.
  4. 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.