Skip to content
Snippets Groups Projects
Select Git revision
  • 84042eecd26ba96ab89112eb60626ca89a6145cd
  • master default
  • object
  • develop protected
  • private_algos
  • cuisine
  • SMOTE
  • revert-76c4cca5
  • archive protected
  • no_graphviz
  • 0.0.2
  • 0.0.1
12 results

HOG Extraction.ipynb

Blame
  • About.vue NaN GiB
    <template>
      <div class="about container">
        <div class="box">
          <h1 class="title">About</h1>
          <img src="mozen_full.png" alt="Mozen">
          <br>
          <br>
          <p>Mozen is open library for machine learning models</p>
          <p>
            Source code available here:
            <a href="https://gitlab.lis-lab.fr/thomas.blanc/ter-modelzoo-frontend">Frontend</a> |
            <a href="https://gitlab.lis-lab.fr/thomas.blanc/ter-modelzoo-backend">Backend</a> |
            <a href="">Python library</a>
          </p>
          <p>2020</p>
        </div>
      </div>
    </template>
    
    <style scoped>
    .about {
      margin-top: 20px;
      text-align: center;
    }
    </style>