Falcım is a website that allows users to perform coffee, palm, and tarot readings. The site is built using Vue.js and styled with Bootstrap CSS. Firebase is used for the backend. The project uses AI models to recognize coffee and palm images, and for tarot readings, users can select specific cards to get their readings.
- Coffee Reading: Users can upload photos of their coffee cups to get a reading.
- Palm Reading: Users can upload photos of their palms to get a reading.
- Tarot Reading: Users can select specific cards to get a tarot reading.
- Multilingual Support: Supports Turkish, English, Arabic, and Greek languages.
- Past Readings: Users can view their past readings in the 'My Account > My Past Readings' section.
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your_username/falcim.git cd falcim
-
Install dependencies:
npm install
-
Add the necessary environment variables to the
.env
file:VUE_APP_FIREBASE_API_KEY='your_firebase_api_key' VUE_APP_FIREBASE_AUTH_DOMAIN='your_firebase_auth_domain' VUE_APP_FIREBASE_PROJECT_ID='your_firebase_project_id' VUE_APP_FIREBASE_STORAGE_BUCKET='your_firebase_storage_bucket' VUE_APP_FIREBASE_MESSAGING_SENDER_ID='your_firebase_messaging_sender_id' VUE_APP_FIREBASE_APP_ID='your_firebase_app_id' VUE_APP_FIREBASE_MEASUREMENT_ID='your_firebase_measurement_id'
-
Run the project:
npm run serve
Screenshots of the project:
This project is licensed under the MIT License. For more information, see the LICENSE
file.
You can visit the website at falc-m.vercel.app.
For any questions or feedback, you can contact me at [email protected].