deep_autoviml
Build tensorflow keras model pipelines in a single line of code. Now with mlflow tracking. Created by Ram Seshadri. Collaborators welcome. Permission granted upon request.
File Explorer
Download Latest Version (.zip)- codeql-analysis.yml
- classify_features.cpython-38.pyc
- extract.cpython-38.pyc
- classify_features.py
- extract.py
- create_model.cpython-38.pyc
- one_cycle.cpython-38.pyc
- predict_model.cpython-38.pyc
- train_custom_model.cpython-38.pyc
- train_image_model.cpython-38.pyc
- train_model.cpython-38.pyc
- train_text_model.cpython-38.pyc
- create_model.py
- one_cycle.py
- predict_model.py
- train_custom_model.py
- train_image_model.py
- train_model.py
- train_text_model.py
- basic.cpython-38.pyc
- big_deep.cpython-38.pyc
- cnn1.cpython-38.pyc
- cnn2.cpython-38.pyc
- deep.cpython-38.pyc
- deep_and_wide.cpython-38.pyc
- deep_nn.cpython-38.pyc
- dnn.cpython-38.pyc
- dnn_drop.cpython-38.pyc
- giant_deep.cpython-38.pyc
- reg_dnn.cpython-38.pyc
- simple_dnn.cpython-38.pyc
- tf_hub_lookup.cpython-38.pyc
- basic.py
- cnn1.py
- cnn2.py
- deep_and_wide.py
- dnn.py
- dnn_drop.py
- giant_deep.py
- gru1.py
- lstm1.py
- reg_dnn.py
- rnn1.py
- tf_hub_lookup.py
- preprocessing.cpython-38.pyc
- preprocessing_images.cpython-38.pyc
- preprocessing_nlp.cpython-38.pyc
- preprocessing_tabular.cpython-38.pyc
- preprocessing_text.cpython-38.pyc
- preprocessing.py
- preprocessing_images.py
- preprocessing_nlp.py
- preprocessing_tabular.py
- preprocessing_text.py
- utilities.cpython-38.pyc
- utilities.py
- __init__.py
- __version__.py
- deep_autoviml.py
- boston.csv
- Deep_Auto_ViML_Demo.ipynb
- Deep_Auto_ViML_Image_Classification_Demo.ipynb
- Deep_Auto_ViML_NLP_Demo.ipynb
- Deep_Auto_ViML_Titanic.ipynb
- Deep_AutoViML_Text_Test.ipynb
- NLP_small.csv
- code-of-conduct.md
- contributing.md
- deep_1.jpg
- deep_2.jpg
- deep_3.jpg
- deep_4.jpg
- deep_5.jpg
- deep_6.jpg
- deep_7.jpg
- deep_8.jpg
- Deep_Auto_ViML_Timeseries.ipynb
- LICENSE
- logo.jpg
- README.md
- requirements.txt
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/AutoViML/deep_autoviml
Downloads the entire project code from GitHub to your computer.
cd deep_autoviml
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
