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