/exercice

Primary LanguageJupyter NotebookMIT LicenseMIT

Development of Intelligent Computer Systems

Project for the course "Development of Intelligent Computer Systems" at IME-USP.

Clone this repo and submit your solution as instructed in class.

You will need to install Docker and Docker-compose, then run

docker network create mlflow

In the first part of this project, we will create the training pipeline for a categorization model and save the model on MLFlow. More instructions are available here.

In the second part of this project, we will create an API for the categorization model developed previously. More instructions are available here.