You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shortDescription: ' This project investigates the use of neural network based methods to automatically classify documents released by public administrations'
<p>The case study is composed by the following steps:</p>
<ol>
<li><a href="https://github.com/teamdigitale/daf-models/blob/master/outbox-classification/notebook/web_service_exploration">web service exploration</a>: it describe how to get data from the service</li>
<li>document crawling: the script to crawl the documents</li>
<li>data preprocessing: a set of jupyter notebook with data exploration and wrangling</li>
<li>model creation: the approaches used to create the classification model.</li>
<li>web service: how the serve the final model via rest api.</li>