Loading repository data…
Loading repository data…
Shreyaprasad21 / repository
This repository contains three AI and machine learning projects completed during the internship at Encryptix: Face Detection and Recognition System, Netflix Recommendation System, and Tic-Tac-Toe. Each project includes data preprocessing, model building, and evaluation, using OpenCV, deep learning, collaborative filtering, and game AI algorithms.
This repository contains three distinct projects demonstrating various applications of AI and machine learning techniques:
Each project includes its own set of files, dependencies, and instructions for running the code. Detailed explanations and instructions for each project are provided below.
Implemented a face detection and recognition system utilizing OpenCV and deep learning techniques for accurate and efficient facial recognition.
https://github.com/Shreyaprasad21/Encryptix-Projects.git
cd FACE_DETECT/Face_detection
pip install -r requirements.txt
python -m streamlit run Streamlit_cam.py
Streamlit_cam.py: Main script for face detection and recognition.requirements.txt: List of required Python packages.Built a Netflix recommendation system using collaborative filtering techniques to suggest movies based on user preferences.
https://github.com/Shreyaprasad21/Encryptix-Projects.git
cd Netflix-Recommenders-System
Recommender-system-project.ipynb
Recommender-system-project.ipynb: Main script for generating movie recommendations.requirements.txt: List of required Python packages.dataset: Directory for storing datasets.Developed an AI-driven Tic-Tac-Toe game leveraging alpha-beta pruning and minimax algorithms, achieving up to 50% faster decision-making.
https://github.com/Shreyaprasad21/Encryptix-Projects.git
cd TICTACTOE/Tic-Tac-Toe-AI
Tic-Tac-Toe-AI.py
Tic-Tac-Toe-AI.py: Main script for the Tic-Tac-Toe game.Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.
This repository is licensed under the MIT License. See the LICENSE file for more information.