https://github.com/nedap/inhouse-day-cognac
Repository containing the case about intent classification for the In-House day for student association S.V. Cognac.
https://github.com/nedap/inhouse-day-cognac
Last synced: 3 months ago
JSON representation
Repository containing the case about intent classification for the In-House day for student association S.V. Cognac.
- Host: GitHub
- URL: https://github.com/nedap/inhouse-day-cognac
- Owner: nedap
- Created: 2023-10-03T13:54:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T20:08:16.000Z (over 2 years ago)
- Last Synced: 2025-03-25T04:07:54.723Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# inhouse-day-cognac
Repository containing the case about intent classification for the In-House day for student association S.V. Cognac.
## Installation
### Windows
```
pip install poetry
poetry install
poetry run python -m ipykernel install --user --name inhouse-day-cognac --display-name 'Python inhouse-day-cognac'
```
### Mac
```
conda env create -f environment.yml
conda activate inhouse-day-cognac
python -m ipykernel install --user --name=inhouse-day-cognac-conda --display-name 'Python inhouse-day-cognac'
```