refactor: rename ML model python backend folder
This commit is contained in:
parent
fee0e643e4
commit
76c28bafab
9 changed files with 0 additions and 0 deletions
21
api/pyproject.toml
Normal file
21
api/pyproject.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[project]
|
||||
name = "salience"
|
||||
version = "0.0.0"
|
||||
description = ""
|
||||
authors = [
|
||||
{ name = "Matt Neary", email = "neary.matt@gmail.com" }
|
||||
]
|
||||
license = { text = "MIT" }
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"flask>=2.3.2,<3.0.0",
|
||||
"transformers>=4.30.2,<5.0.0",
|
||||
"nltk>=3.8.1,<4.0.0",
|
||||
"sentence-transformers>=2.2.2,<3.0.0",
|
||||
"numpy>=1.25.0,<2.0.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
Loading…
Add table
Add a link
Reference in a new issue