issues
search
amosproj
/
amos2021ws01-geo-data-search
Natural language and buzzword search on routing and places
MIT License
3
stars
1
forks
source link
Train model on startup
#121
Closed
oliviadargel
closed
2 years ago
oliviadargel
commented
2 years ago
User story
As a developer
I want to use the NLP Component without executing specific training instructions
So that the model is either loaded or trained and then loaded on container startup
Acceptance criteria
if model exists, it won't be overwritten
if the model doesn't exist, it is trained by existing training data
if no training data exists, they have to be generated, too
no script needs to be executed by hand
Definition of done
Code was reviewed by another person
GitHub CI runs successfully
Feature is merged into main branch
User story
Acceptance criteria
Definition of done