File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
# VSCode project settings and environment
2
2
.vscode
3
- env /
3
+ env * /
4
+ .venv * /
4
5
5
6
# Byte-compiled / optimized / DLL files
6
7
__pycache__ /
Original file line number Diff line number Diff line change 1
1
# How to Run
2
2
3
- 1 . Install [ Python 3.8+ ] ( https://www.python.org/ ) .
3
+ 1 . Install [ Python 3.10 ] ( https://www.python.org/ ) .
4
4
5
5
2 . Clone this repository and create a venv:
6
6
7
7
``` bash
8
8
git clone https://github.com/h4iku/tag-recom.git
9
9
cd tag-recom
10
- python -m venv env
11
- ./env /Scripts/activate
10
+ python -m venv .venv
11
+ .venv /Scripts/activate
12
12
```
13
13
14
14
3. Update and install the required dependencies:
Original file line number Diff line number Diff line change 1
- scipy == 1.10.0
2
- numpy == 1.22.0
3
- nltk == 3.6.6
1
+ scipy == 1.13.1
2
+ numpy == 1.26.4
3
+ nltk == 3.8.1
4
4
jenkspy == 0.2.0
5
- beautifulsoup4 == 4.10.0
6
- scikit-learn == 1.0.1
5
+ beautifulsoup4 == 4.12.3
6
+ scikit-learn == 1.5.0
You can’t perform that action at this time.
0 commit comments