Skip to content

A-Nama/prophecy.exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔮 Prophecy.exe – AI-Powered Fortune Teller

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.


✨ Features

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


🚀 Getting Started

1️⃣ Prerequisites

Ensure you have Python 3.8+ installed along with the required dependencies.

2️⃣ Installation

Clone the repository and install dependencies:

git clone https://github.com/yourusername/prophecy-exe.git
cd prophecy-exe
pip install -r requirements.txt

3️⃣ Run the App

Launch the Streamlit app:

streamlit run app.py

🛠️ Tech Stack

  • 🖥️ Streamlit – For the web interface
  • 🎭 MediaPipe FaceMesh – For facial landmark detection
  • 🤖 DeepFace – For emotion analysis
  • 📷 OpenCV & NumPy – For image processing

📜 How It Works

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.


🎥 Demo

[Demo Video


🔓 License

This project is licensed under the Apache 2.0 License. See the LICENSE file for more details.


🤝 Contributing

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages