Prophecy.exe is an open-source AI-powered digital fortune teller that reads facial features and emotions to generate fun and mystical prophecies. It uses MediaPipe FaceMesh, DeepFace, and Streamlit to analyze face symmetry, shape, and expressions to craft unique predictions.
✅ AI-Powered Face Reading – Analyzes symmetry, shape, and key facial features
✅ Emotion-Based Prophecies – Uses DeepFace to detect emotions and adjust predictions
✅ Interactive & Fun UI – Built with Streamlit for a smooth experience
✅ Privacy-Conscious – No data storage; all processing happens in real time
✅ Open-Source & FOSS-Friendly – Licensed under Apache 2.0
Ensure you have Python 3.8+ installed along with the required dependencies.
Clone the repository and install dependencies:
git clone https://github.com/yourusername/prophecy-exe.git
cd prophecy-exe
pip install -r requirements.txt
Launch the Streamlit app:
streamlit run app.py
- 🖥️ Streamlit – For the web interface
- 🎭 MediaPipe FaceMesh – For facial landmark detection
- 🤖 DeepFace – For emotion analysis
- 📷 OpenCV & NumPy – For image processing
1️⃣ Capture a Selfie 📸 – Users take a photo through the app.
2️⃣ AI-Powered Analysis 🤖 – MediaPipe FaceMesh extracts facial landmarks, and DeepFace detects emotions.
3️⃣ Mystical Prediction 🔮 – The app interprets facial symmetry, shape, eyes, nose, lips, and dominant emotion to generate a unique prophecy.
4️⃣ Reveal Your Fortune 🌟 – Users receive an interactive, personalized prediction.
This project is licensed under the Apache 2.0 License. See the LICENSE file for more details.
Contributions are welcome! Feel free to fork the repo and submit a PR.
git clone https://github.com/yourusername/prophecy-exe.git
git checkout -b feature-branch
git commit -m "Added a cool new feature"
git push origin feature-branch