Skip to content

ra2yurix/TER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iMovie

Project of the PFE in Polytech Nice Sophia.


Since we refactored the project, here is the project link if you are interested in the previous project.
Here is the file share of the previous project.


Our project is mainly used to search for movies by text, pictures, text and pictures.
Steps to successfully run the project:

  1. your python version >= 3.7.
    If you want to successfully run this project with python version < 3.7, please see this commit, you need to add the deleted code back.
  2. Download the python package needed written in requirements.txt.
  3. Add the data and trained feature (The five documents we share) in data folder.
  4. Create database -> Run the python file:
    data/data_to_mongo.py
  5. Run the command in the terminal:
    python manage.py runserver