refactor: rename ML model python backend folder

This commit is contained in:
nobody 2025-10-30 17:55:24 -07:00
commit 76c28bafab
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
9 changed files with 0 additions and 0 deletions

21
api/pyproject.toml Normal file
View 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"