Answer six questions to narrow down from a list of 5000 most popular movies. Finds popular or not so well known movies.
Explore the docs »
View Live Demo
·
Report Bug
·
Request Feature
Table of Contents
Answer six random questions to help you narrow down from a list of 5000 popular movies.
The advantage of using plotly is everything from the front-end to the back-end is built using python. No need to learn javascript and seamlessly put online with https://pythonanywhere.com (free account to get you going). Pythonanywhere has most python packages installed on their own side so you just need to put your .py file and it should run straight away.
To get a local copy up and running follow these simple example steps.
Install Python (better to use Anaconda https://www.anaconda.com/)
-
Clone the repo
git clone https://github.com/gkennaugh/movie_finder.git
-
Install required packages from requirements.txt
pip install -r requirements.txt
-
Download the largest file genome-scores.csv from here and store in new directory called archive: https://www.kaggle.com/datasets/whenamancodes/popular-movies-datasets-58000-movies?select=genome-scores.csv
Move genome-tags.csv to the archive folder -
Run python app.py in a new Anaconda Command Prompt
python app.py
Open the app in your local browser at http://localhost:8060
To discover new movies you would not have easily found.
For more examples, please refer to the Documentation
- [-] Find a database of movies
- [-] Merge different databases with info such as genres, tags, tag-importance, ratings etc.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License v3.0. See LICENSE.txt
for more information.
Your Name - @twitter_handle) - info@oriondvd.co.uk
Project Link: https://github.com/gkennaugh/movie_finder