AlvaroMros commited on
Commit
596c26a
·
1 Parent(s): e4d0f20

Update README badge and remove dependencies from pyproject.toml

Browse files

Added a Hugging Face Spaces badge to the README for visibility. Removed the dependencies list from pyproject.toml, possibly to manage dependencies elsewhere or avoid duplication.

Files changed (2) hide show
  1. README.md +2 -0
  2. pyproject.toml +0 -8
README.md CHANGED
@@ -10,6 +10,8 @@ pinned: false
10
  ---
11
  # UFC Scraper & ML
12
 
 
 
13
  Scrape ALL fight and fighter data from [ufcstats.com](http://ufcstats.com) up to the latest event and save them in `.csv` format
14
 
15
  How? Clone the repo, then open a terminal in the root folder and run the following commands:
 
10
  ---
11
  # UFC Scraper & ML
12
 
13
+ [![Hugging Face Spaces](https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/AlvaroMros/ufc-predictor)
14
+
15
  Scrape ALL fight and fighter data from [ufcstats.com](http://ufcstats.com) up to the latest event and save them in `.csv` format
16
 
17
  How? Clone the repo, then open a terminal in the root folder and run the following commands:
pyproject.toml CHANGED
@@ -15,14 +15,6 @@ classifiers = [
15
  "License :: OSI Approved :: MIT License",
16
  "Operating System :: OS Independent",
17
  ]
18
- dependencies = [
19
- "gradio==4.28.3",
20
- "scikit-learn==1.4.2",
21
- "pandas==2.2.2",
22
- "xgboost==2.0.3",
23
- "lightgbm==4.3.0",
24
- "joblib==1.4.2",
25
- ]
26
 
27
  [tool.setuptools]
28
  package-dir = {"" = "src"}
 
15
  "License :: OSI Approved :: MIT License",
16
  "Operating System :: OS Independent",
17
  ]
 
 
 
 
 
 
 
 
18
 
19
  [tool.setuptools]
20
  package-dir = {"" = "src"}