We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531b723 commit 5a49f25Copy full SHA for 5a49f25
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "huggingface-sentiment-analysis"
7
version = "1.0.0"
8
-description = "An example of sentiment analysis using Hugging Face instead of LLMs"
+description = "An example of sentiment analysis using Hugging Face instead of expensive LLM tokens."
9
readme="README.md"
10
authors = [
11
{name = "David Mickelson", email = "[email protected]"}
@@ -18,6 +18,7 @@ repository = "https://github.com/dmickelson/SentimentAnalysisWithHuggingFaceProj
18
19
[project.dependencies]
20
# Add your project dependencies here
21
+python = "^3.9"
22
pandas = "^2.0"
23
numpy = "^1.24"
24
requests = "^2.28"
0 commit comments