Skip to content

Commit

Permalink
Merge pull request #4 from M507/dev
Browse files Browse the repository at this point in the history
Dev additions
  • Loading branch information
M507 authored Dec 22, 2023
2 parents 5727968 + b23f319 commit 92b90fd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mongodb_data/
.*
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
flask
flask_limiter
openai
python-dotenv
pymongo
pandas
pyarrow
scikit-learn
spacy
rouge_score
langdetect
Flask==3.0.0
Flask-Limiter==3.5.0
openai==1.6.1
python-dotenv==1.0.0
pymongo==4.6.1
pandas==2.0.3
pyarrow==14.0.2
scikit-learn==1.3.2
spacy==3.7.2
rouge-score==0.1.2
langdetect==1.0.9

0 comments on commit 92b90fd

Please sign in to comment.