rajesh1729 commited on
Commit
e13348f
1 Parent(s): ff2ef26

Create welcome.md

Browse files
Files changed (1) hide show
  1. welcome.md +13 -0
welcome.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Machine Learning Notebooks
2
+
3
+ The main purpose of this application is to demonstrate the ability of Mercury framework to build Data Science course website with Jupyter notebooks.
4
+
5
+ We can make each tutorial as a Jupyter notebook and serve all tutorials as Jupyter notebooks in a single website using mercury framework.
6
+
7
+ This will be very useful for professors teaching Data Science as we can also add interactivity to each Jupyter notebook.
8
+
9
+ You can start this by installing mercury. Just do 'pip install mljar-mercury'.
10
+
11
+ Find more about mercury here in the [official documentation](https://mercury-docs.readthedocs.io/en/latest/)
12
+
13
+ All the notebooks used in this application are taken from this repository [DAIR-AI/ML-Notebooks](https://github.com/dair-ai/ML-Notebooks)