Skip to content

Commit

Permalink
zip description added
Browse files Browse the repository at this point in the history
  • Loading branch information
CvetaCapova committed Jun 23, 2024
1 parent ac3483f commit fc084d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/app/folder-upload/folder-upload.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ <h1 class="display-3">MLaaS for Researchers</h1>
<div class="row">
<div class="col-12 col-md-6">
<h2>Train your model</h2>
<p>Simply upload your images as a compressed folder. Once done, click "Start Training" to begin the training
process. Wait until a pop-up message appears, indicating that the training process is finished, so that you can start serving your model.</p>
<p>Simply upload your images as a compressed zip folder, with the images organized into subfolders by class. The subfolder names will be used later for classification results, so choose them wisely! <br>
Once done, click "Start Training" to begin the process. Wait for a pop-up message indicating that the training is finished, and then you can start serving your model.
</p>

<!-- File Upload Button -->
<div class="input-group mb-3">
Expand Down

0 comments on commit fc084d4

Please sign in to comment.