/nlpexercises

NLP Exercises

Primary LanguageJupyter Notebook

NLP Exercises

NLP Exercises is a Python application for containing UT NLP Course exercises

Installation

Install the Python and Poetry binary on your system:

Now, use command bellow to install dependencies:

poetry install

Usage

# Change environment variables
echo .env.example > .env

# Start the application
poetry run jupyter notebook

Open http://127.0.0.1:8888 in your browser.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT