codex-yv / codex-yv/Movie_py---Face-Recognition
feat : add movies and cast to our database
Open
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
Thank You 😊
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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