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

Move frontend to separate repo + backend rewrite #49

Closed LBlend closed 2 years ago

LBlend commented 2 years ago

A complete rewrite of the backend, now using fastAPI instead of flask. It is (almost) fully typed. The last little tidbits that remains to be fixed should be done so after merging with dev.

Note: The docker-compose assumes that the rewrite image exists on GHCR, which it does not. In order to run the application with docker-compose, you'll have to modify the file so that it builds locally instead of pulling the image.

LBlend commented 2 years ago

There are a couple of merge conflicts that will need to be resolved. I will take a look at most of them and request a final review when I'm done

LBlend commented 2 years ago

oops just merged it accidentally. I would appreciate if you could take a look at the code in dev before we merge it into main though @marksverdhei

no need to hurry btw