LBlend / mann-eller-kvinne

🤵 En nettside som bruker maskinlæring til å gjette om du er mann eller kvinne basert på hva du skriver 💃
https://mannellerkvinne.lblend.moe
GNU General Public License v3.0
1 stars 0 forks source link

Add frontend switch to swap between classifiers #17

Closed marksverdhei closed 3 years ago

marksverdhei commented 3 years ago

Add frontend switch to swap between classifiers. The switch should change the json field "clf" when calling the API. Something along the lines of

{
    clf: switch ? 'rnn' : 'bayes'
    ...
}