Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Dash | 18,339 | 804 | 413 | 3 days ago | 154 | June 13, 2022 | 727 | mit | Python | |
Data Apps & Dashboards for Python. No JavaScript Required. | ||||||||||
Awesome Learning Resources | 4,844 | 2 days ago | 4 | mit | ||||||
🔥 Awesome list of resources on Web Development. | ||||||||||
Machine Learning With Python | 2,498 | 6 months ago | 2 | bsd-2-clause | Jupyter Notebook | |||||
Practice and tutorial-style notebooks covering wide variety of machine learning techniques | ||||||||||
Arxiv Sanity Lite | 707 | 2 months ago | 10 | mit | Python | |||||
arxiv-sanity lite: tag arxiv papers of interest get recommendations of similar papers in a nice UI using SVMs over tfidf feature vectors based on paper abstracts. | ||||||||||
Machine_learning_and_deep_learning | 391 | 8 days ago | gpl-3.0 | Jupyter Notebook | ||||||
Issue Label Bot | 313 | a year ago | 2 | mit | SCSS | |||||
Code For The Issue Label Bot, an App that automatically labels issues using machine learning, available on the GitHub Marketplace. This is also code for the blog article: "How to automate tasks on GitHub with machine learning for fun and profit" | ||||||||||
Kubernetes Mlops | 284 | 4 months ago | 4 | mit | Python | |||||
MLOps tutorial using Python, Docker and Kubernetes. | ||||||||||
Openuba | 264 | 4 months ago | 23 | gpl-3.0 | Python | |||||
A robust, and flexible open source User & Entity Behavior Analytics (UEBA) framework used for Security Analytics. Developed with luv by Data Scientists & Security Analysts from the Cyber Security Industry. [PRE-ALPHA] | ||||||||||
Sentimentanalysis | 260 | a year ago | 2 | mit | Python | |||||
Sentiment analysis neural network trained by fine-tuning BERT, ALBERT, or DistilBERT on the Stanford Sentiment Treebank. | ||||||||||
Machine Learning | 234 | 2 years ago | 78 | other | JavaScript | |||||
Web-interface + rest API for classification and regression (https://jeff1evesque.github.io/machine-learning.docs) |
A Python based movie recommender hosted using Flask
This movie recommender is made using Python3 and pandas, a powerful open source data analysis and manipulation tool and hosted on local server using Flask, a python web framework. It uses a vast dataset of movies and their user reviews, to derive correlation between a user's rating of various movies. Generalising this correlation for all movies and users, it provides you with accurate and relevant recommendations, based on the movie entered.
The dataset used consists of 100,000 ratings applied to 9,000 movies and is avaiable on the Group Lens Website.This application uses the Small dataset available on the webiste.
You can access the dataset here
git clone https://github.com/Karan-Malik/MovieHype.git
cd MovieHype
set FLASK_APP=movie.py
flask run
Enter the name of a movie and receive recommendations of similar movies. Click on the movie recommended to check out its reviews and ratings.