Skip to content

Commit

Permalink
readme-main-app-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
silvermete0r committed Dec 15, 2023
1 parent 2332baa commit b800741
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
| [Day_#11](https://github.com/silvermete0r/31github/blob/master/projects/day11.py) | 👾 Tensorflow Image Classification DL Model Training Baseline | This app trains a simple CNN model on the MNIST dataset using Tensorflow. | Tensorflow Guide |
| [Day_#12](https://github.com/silvermete0r/31github/blob/master/projects/day12.py) | 🌸 Tensorflow Simple Iris Classification App | This app demonstrates a simple TensorFlow Iris classification model using the Sklearn Iris dataset. | Tensorflow Guide |
| [Day_#13](https://github.com/silvermete0r/31github/blob/master/projects/day13.py) | 🏠 Tensorflow Regression Model Training Based on Boston Housing Dataset | This app demonstrates a simple Tensorflow regression model using the Boston Housing dataset. | Tensorflow Guide |
| [Day_#14](https://github.com/silvermete0r/31github/blob/master/projects/day14.py) | | | |
| [Day_#14](https://github.com/silvermete0r/31github/blob/master/projects/day14.py) | 📝 Text Summarization using HuggingFace Transformers | This app is a simple text summarization app using HuggingFace Transformers. | HuggingFace Transformers |
| [Day_#15](https://github.com/silvermete0r/31github/blob/master/projects/day15.py) | | | |

<!-- LICENSE -->
## 🛡️ License
Expand Down
9 changes: 6 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ def main():
'Day_#11': '👾 Tensorflow Image Classification DL Model Training Baseline',
'Day_#12': '🌸 Tensorflow Simple Iris Classification App',
'Day_#13': '🏠 Tensorflow Regression Model Training Based on Boston Housing Dataset',
'Day_#14': '',
'Day_#14': '📝 Text Summarization using HuggingFace Transformers',
'Day_#15': '',
},
'Description': {
'Day_#1': 'This app analyze data about NBA Basketball Player Stats in Regular Seasons! Data taken from official resource using web scrapping!',
Expand All @@ -60,7 +61,8 @@ def main():
'Day_#11': 'This app trains a simple CNN model on the MNIST dataset using Tensorflow.',
'Day_#12': 'This app demonstrates a simple TensorFlow Iris classification model using the Sklearn Iris dataset.',
'Day_#13': 'This app demonstrates a simple Tensorflow regression model using the Boston Housing dataset.',
'Day_#14': '',
'Day_#14': 'This app is a simple text summarization app using HuggingFace Transformers.',
'Day_#15': '',
},
'Reference': {
'Day_#1': 'Data Professor',
Expand All @@ -76,7 +78,8 @@ def main():
'Day_#11': 'Tensorflow Guide',
'Day_#12': 'Tensorflow Guide',
'Day_#13': 'Tensorflow Guide',
'Day_#14': '',
'Day_#14': 'HuggingFace Transformers',
'Day_#15': '',
},
})

Expand Down

0 comments on commit b800741

Please sign in to comment.