This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Privacy Policy for VibeCheck | |
| Last updated: February 07, 2026 | |
| VibeCheck ("we," "our," or "us") is committed to protecting your privacy. This Privacy Policy explains how your personal information is collected, used, and disclosed by VibeCheck. | |
| 1. Information We Collect | |
| We collect the following types of information: | |
| Camera and Photos: We use your device's camera and photo library to capture or upload images for Style Analysis. These images are processed briefly by our AI partners (Google Gemini) to provide feedback and are then discarded. We do not permanently store your face data or photos on our servers without your explicit permission (e.g., for saving looks to a future "wardrobe" feature). | |
| Location Data (Optional): We may request access to your coarse location to suggest outfits based on local weather conditions. You can use the app without granting this permission. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 752999343 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 367636206 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 524306951 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <cs50.h> | |
| #include <math.h> | |
| void cardInput(long *, int *); | |
| int main(void) | |
| { | |
| //seperate alternate integers of card number | |
| int ctr = 1, evenSum = 0, oddDigit = 0, oddSum = 0; |