Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update requirements.txt #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Bible-Verse-Prediction-ML-App/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pandas as pd
import numpy as np

# ML Packages
# ML Packages Add a requirements text file and new version of dependencies.
from sklearn.feature_extraction.text import CountVectorizer
from sklearn.externals import joblib

Expand Down Expand Up @@ -48,4 +48,4 @@ def predict():
if __name__ == '__main__':
app.run(debug=True)



1 change: 1 addition & 0 deletions Deploying ML Flask App to GCP/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pandas==0.22.0
numpy==1.11.2
scipy==0.18.1
scikit-learn>=0.18
#Add new version of dependencies.
4 changes: 2 additions & 2 deletions Youtube-Spam-Detector-ML-Flask-App/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from sklearn.feature_extraction.text import CountVectorizer
from sklearn.naive_bayes import MultinomialNB
from sklearn.externals import joblib

#Add requirements file and new version dependencies.

app = Flask(__name__)

Expand Down Expand Up @@ -44,4 +44,4 @@ def predict():


if __name__ == '__main__':
app.run(debug=True)
app.run(debug=True)
4 changes: 3 additions & 1 deletion gender_classifier_mlapp_with_streamlit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
#### Prediction
![](images/gc_app04.png)

### Add a requirements.txt and setup.sh file for deployment


#### By
+ Jesse E.Agbe(JCharis)
+ Jesus Saves@[JCharisTech](https://jcharistech.com)
+ Jesus Saves@[JCharisTech](https://jcharistech.com)