From a87a0087eaa2a472f3204ef7832068ef46a1b172 Mon Sep 17 00:00:00 2001 From: Caroline DE POURTALES <cdepourt@montana.irit.fr> Date: Tue, 5 Apr 2022 14:57:46 +0200 Subject: [PATCH] add instructions --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f48666..73cd732 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,18 @@ # Pnria Projet Deeplever -## Requirements +## How to use it + +Set the parameters and upload the models. +The instance should either be a .txt at format (feature1=...,feature2=...) or a json file + +You will find possible models in the tests file + +## Trying the app + +### Requirements `pip install -r requirements.txt` -## Running +### Running Run app.py then visit localhost -- GitLab