├── Deploy_Machine_Learning_Model_with_Python ├── Deploy_Machine_Learning_Model.ipynb ├── app.py ├── images │ └── 1.JPG ├── spam.csv ├── static │ └── style.css └── templates │ ├── home.html │ └── result.html ├── Deploy_a_Chatbot_with_Python ├── Deploy_a_Chatbot_with_Python.ipynb ├── app.py ├── images │ └── chatBot.png ├── static │ └── style.css └── template │ └── index.html ├── End-to-End Fake News Detection ├── FakeNewsDetection.py ├── Fake_News_Detection.ipynb └── data │ └── fake_or_real_news.csv ├── End-to-End Hate Speech Detection ├── Hate_Speech_Detection.ipynb └── data │ └── twitter.csv ├── End-to-End Machine Learning Model ├── End_to_End_Machine_Learning_Model.ipynb └── data │ └── DOGE-USD.csv ├── README.md ├── Real-time Sentiment Analysis System └── Streamlit.ipynb ├── Real-time Text Emotions Detection System ├── Text_Emotions_Detection_with_Machine_Learning.ipynb ├── data │ └── text.txt ├── images │ └── strem.png ├── project.py └── text.txt ├── Real_Time_Face_Mask_Detection_with_Python ├── Real_Time_Face_Mask_Detection.py └── Real_Time_Face_Mask_Detection_with_Python.ipynb ├── Real_Time_Gender_Detection_using_Python └── Real_Time_Gender_Detection.ipynb └── Spam Detection ├── Spam_detection.ipynb └── Spam_detection.py /Deploy_Machine_Learning_Model_with_Python/Deploy_Machine_Learning_Model.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Deploy_Machine_Learning_Model_with_Python/Deploy_Machine_Learning_Model.ipynb -------------------------------------------------------------------------------- /Deploy_Machine_Learning_Model_with_Python/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Deploy_Machine_Learning_Model_with_Python/app.py -------------------------------------------------------------------------------- /Deploy_Machine_Learning_Model_with_Python/images/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Deploy_Machine_Learning_Model_with_Python/images/1.JPG -------------------------------------------------------------------------------- /Deploy_Machine_Learning_Model_with_Python/spam.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Deploy_Machine_Learning_Model_with_Python/spam.csv -------------------------------------------------------------------------------- /Deploy_Machine_Learning_Model_with_Python/static/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Deploy_Machine_Learning_Model_with_Python/static/style.css -------------------------------------------------------------------------------- /Deploy_Machine_Learning_Model_with_Python/templates/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Deploy_Machine_Learning_Model_with_Python/templates/home.html -------------------------------------------------------------------------------- /Deploy_Machine_Learning_Model_with_Python/templates/result.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Deploy_Machine_Learning_Model_with_Python/templates/result.html -------------------------------------------------------------------------------- /Deploy_a_Chatbot_with_Python/Deploy_a_Chatbot_with_Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Deploy_a_Chatbot_with_Python/Deploy_a_Chatbot_with_Python.ipynb -------------------------------------------------------------------------------- /Deploy_a_Chatbot_with_Python/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Deploy_a_Chatbot_with_Python/app.py -------------------------------------------------------------------------------- /Deploy_a_Chatbot_with_Python/images/chatBot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Deploy_a_Chatbot_with_Python/images/chatBot.png -------------------------------------------------------------------------------- /Deploy_a_Chatbot_with_Python/static/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Deploy_a_Chatbot_with_Python/static/style.css -------------------------------------------------------------------------------- /Deploy_a_Chatbot_with_Python/template/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Deploy_a_Chatbot_with_Python/template/index.html -------------------------------------------------------------------------------- /End-to-End Fake News Detection/FakeNewsDetection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/End-to-End Fake News Detection/FakeNewsDetection.py -------------------------------------------------------------------------------- /End-to-End Fake News Detection/Fake_News_Detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/End-to-End Fake News Detection/Fake_News_Detection.ipynb -------------------------------------------------------------------------------- /End-to-End Fake News Detection/data/fake_or_real_news.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/End-to-End Fake News Detection/data/fake_or_real_news.csv -------------------------------------------------------------------------------- /End-to-End Hate Speech Detection/Hate_Speech_Detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/End-to-End Hate Speech Detection/Hate_Speech_Detection.ipynb -------------------------------------------------------------------------------- /End-to-End Hate Speech Detection/data/twitter.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/End-to-End Hate Speech Detection/data/twitter.csv -------------------------------------------------------------------------------- /End-to-End Machine Learning Model/End_to_End_Machine_Learning_Model.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/End-to-End Machine Learning Model/End_to_End_Machine_Learning_Model.ipynb -------------------------------------------------------------------------------- /End-to-End Machine Learning Model/data/DOGE-USD.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/End-to-End Machine Learning Model/data/DOGE-USD.csv -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/README.md -------------------------------------------------------------------------------- /Real-time Sentiment Analysis System/Streamlit.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Real-time Sentiment Analysis System/Streamlit.ipynb -------------------------------------------------------------------------------- /Real-time Text Emotions Detection System/Text_Emotions_Detection_with_Machine_Learning.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Real-time Text Emotions Detection System/Text_Emotions_Detection_with_Machine_Learning.ipynb -------------------------------------------------------------------------------- /Real-time Text Emotions Detection System/data/text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Real-time Text Emotions Detection System/data/text.txt -------------------------------------------------------------------------------- /Real-time Text Emotions Detection System/images/strem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Real-time Text Emotions Detection System/images/strem.png -------------------------------------------------------------------------------- /Real-time Text Emotions Detection System/project.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Real-time Text Emotions Detection System/project.py -------------------------------------------------------------------------------- /Real-time Text Emotions Detection System/text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Real-time Text Emotions Detection System/text.txt -------------------------------------------------------------------------------- /Real_Time_Face_Mask_Detection_with_Python/Real_Time_Face_Mask_Detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Real_Time_Face_Mask_Detection_with_Python/Real_Time_Face_Mask_Detection.py -------------------------------------------------------------------------------- /Real_Time_Face_Mask_Detection_with_Python/Real_Time_Face_Mask_Detection_with_Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Real_Time_Face_Mask_Detection_with_Python/Real_Time_Face_Mask_Detection_with_Python.ipynb -------------------------------------------------------------------------------- /Real_Time_Gender_Detection_using_Python/Real_Time_Gender_Detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Real_Time_Gender_Detection_using_Python/Real_Time_Gender_Detection.ipynb -------------------------------------------------------------------------------- /Spam Detection/Spam_detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Spam Detection/Spam_detection.ipynb -------------------------------------------------------------------------------- /Spam Detection/Spam_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rasel1435/End-to-end-Machine-Learning-Projects/HEAD/Spam Detection/Spam_detection.py --------------------------------------------------------------------------------