Giter VIP home page Giter VIP logo

the-movie-cinema's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

the-movie-cinema's Issues

Error

C:\Users\keval\AppData\Local\Programs\Python\Python39\lib\site-packages\sklearn\base.py:310: UserWarning: Trying to unpickle estimator MultinomialNB from version 0.23.1 when using version 0.24.2. This might lead to breaking code or invalid results. Use at your own risk.
warnings.warn(
C:\Users\keval\AppData\Local\Programs\Python\Python39\lib\site-packages\sklearn\base.py:310: UserWarning: Trying to unpickle estimator TfidfTransformer from version 0.23.1 when using version 0.24.2. This might lead to breaking code or invalid results. Use at your own risk.
warnings.warn(
C:\Users\keval\AppData\Local\Programs\Python\Python39\lib\site-packages\sklearn\base.py:310: UserWarning: Trying to unpickle estimator TfidfVectorizer from version 0.23.1 when using version 0.24.2. This might lead to breaking code or invalid results. Use at your own risk.
Nothing is working because of this error. Can you please help solve this at the earliest.

Error running the get_genre in Preprocessing3 & Preprocesing4

While running the get genre method from Preprocessing3 and Preprocessing4

Cell In[186], line 7, in get_genre(x)
5 result = tmdb_movie.search(x)
6 if ( len(result) != 0 ):
----> 7 movie_id = str(result[0]['id'])
8 response = requests.get('https://api.themoviedb.org/3/movie/{}?api_key={}'.format(movie_id,tmdb.
9 data_json = response.json()

File ~\AppData\Local\Programs\Python\Python311\Lib\site-packages\tmdbv3api\as_obj.py:47, in AsObj.getitem(self, key)
45 return self._obj_list[key]
46 else:
---> 47 return getattr(self, key)

TypeError: attribute name must be string, not 'int'

Facing the above error. I cast the datatype to string but it is still breaking the code.

Installation errors

Getting dependancy-conflicts while installing requirements.txt could you suggest if any versions can be loosened or any other fix??

reviews.txt

reviews.txt file not avaliable. how can i access this particular file.

Not able to change to another new poster of mine

I would like to make changes to the home poster to another new image poster which you can see down below 2nd image, Even after changing static/image.jpg and replacing it with another image not working, Take a look at this here is what I made changes to style.css while changing the image home poster.

Can you guide me on where to head up to change to my new poster image?

getting errors.....

Need a clear path to execute files... what after what... I downloaded requirements and then executed the main.py and then the .ipynb files i.e., preprocessing2.. I stuck with errors there.. getting like credits.csv file is not found

Can anyone solve my issue..

Could not build wheels for lxml, which is required to install pyproject.toml-based projects

C:\Users\divas\AppData\Local\Temp\xmlXPathInit6ow5dv6l.c(1): fatal error C1083: Cannot open include file: 'libxml/xpath.h': No such file or directory
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.36.32532\bin\HostX86\x64\cl.exe' failed with exit code 2
*********************************************************************************
Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
*********************************************************************************
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for lxml
Running setup.py clean for lxml
Failed to build lxml
ERROR: Could not build wheels for lxml, which is required to install pyproject.toml-based projects

Issue while running the main.py file

When running the main.py file there's the following error.

jinja2.exceptions.TemplateNotFound: home.html

home.html file is there in the template folder. Can you help me to sort this issue?

Threshold limit

Hey Kishan!
To Recommend movies based on the input how much similarity score you have kept as a minimum one?
How does you say whether the review is positive or negative, do you kept any threshold limit for that, can you explain it briefly?

Thank you!!

To everyone who's getting error code: 500 (internal server error)

I managed to solve the error by just installing the latest version of lxml parser library. If you are getting the same error try to install it, maybe it will resolve your issue as well just run in the terminal: pip install lxml that's it. If it shows already installed then make sure it's the latest version or just run pip uninstall lxml then pip install lxml Hope your issue gets resolved as well. Bty all thanks to Kishan for his efforts.

Need some explanation!!

Hello there, can I know how u did it like which method u followed in doing this and also can I have any ppt or doc regarding this awesome project?

I don't know how to install libraries to run this movie recommendation

Hi,

I'm from Chennai and i'm a coding newbie, so this may be sort of a dumb question, i would like to use your project and need some guidance bro

If you would make a video on it, it would be great i would like to use this project what i did is just did like the way you said

  1. Cloned project
  2. opened it via VScode
  3. and thought of running this command like 'npm install' and 'npm run' i thought the project will run but instead throwed me an error like this
    image

Please I need your guidance from scratch from (installing packages to running this project) even a video guide would be better if you do it from scratch

Thanks!

After searching a movie, it says "Invalid Request"

Replaced my api key in both the lines in static/recommend.js
Created vitrualenv, activated it
Installed all the requirements.
ran the server but after searching a movie in the browser, it says "Invalid Request"
It doesn't works.
Can you fix the code

Results not showing

Hi
I ran the main.py file and the local host started but after searching for a movie and pressing enter it buffers but does not show any reesults regarding the recommendation
The same problem occured while running the movie recommendation system project

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.