File size: 428 Bytes
60ce749
 
c327216
60ce749
 
1c30130
 
60ce749
 
f3f99ec
 
 
 
 
1c30130
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: ArticleRecommender
app_file: test.py
sdk: streamlit
sdk_version: 1.35.0
pinned: false
python_version: 3.11.0
---

### Initial Setup
* Install python using conda by running the following command. `conda create -p venv python==3.11 -y`
* Activate conda profile `conda activate ./venv`
* Install required packages `./venv/bin/pip install -r requirements.txt`
* Copy .env.example to .env and enter the required values.
*