codex-yv / codex-yv/Movie_py---Face-Recognition

feat : add movies and cast to our database

Open
#2 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue help wanted
Dominant language
Python
Stars
0
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Problem
  • Add new movies and cast to database ( movie.py ) to increase the movie finding results/accuracy
Solution
  • Search for any trending movies and get their famous casts ( at least 4 ) from IMDB
Format
  • {'movie name' : ['cast1', 'cast2', 'cast3']}
Screenshots
  • Screenshot 2025-01-14 222956
Thank You 😊

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in movie.py and inspect the existing movie-to-cast data structure and its lookup path. Use IMDb to select trending movies and record at least four famous cast members for each in the requested {'movie name': ['cast1', 'cast2', 'cast3']} format. Done means the new entries are present and can improve movie-finding results.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
database
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.