diff --git a/pages/students/2019/alina_vitko/README.md b/pages/students/2019/alina_vitko/README.md index e01ad6dc21..4a50c08848 100644 --- a/pages/students/2019/alina_vitko/README.md +++ b/pages/students/2019/alina_vitko/README.md @@ -39,25 +39,35 @@ Je potrebné mať nekoľko GB voľného miesta. Ak je Váš počítač pomalý, 1. Aktivujte si prázdne prostredie Anaconda. +``` conda create -m qa conda activate qa +``` 2. Nainštalujte Pytorch: +``` conda install pytorch=1.6 torchvision torchaudio cpuonly -c pytorch +``` 3. naklonujte repozitár +``` git clone https://github.com/fastforwardlabs/question_answering - cd question answering + cd question_answering +``` 4. nainštalujte aplikáciu +``` pip install -r requirements.txt +``` 5. Spustite web rozhranie +``` streamlit run ./apps/wikiqa.py +```