Palm Reader AI ๐ฎ๐๏ธ
Image: Unsplash - Viva Luna Studios
Palm Reader AI is an innovative (but mostly fun) web application that uses artificial intelligence to analyze palm images and provide mystical readings. This project was developed as part of the Dev Pinata challenge, showcasing the integration of AI technologies with decentralized storage solutions.
๐ Features
- Upload palm images for AI analysis
- Receive personalized palm readings
- Text-to-speech functionality for audio readings
- Gallery of past readings
- Responsive and mystical UI design
๐ Tech Stack
- Frontend: Next.js with React
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- Animations: Framer Motion
- Icons: Lucide React
- API Requests: Axios
- Text-to-Speech: Hugging Face Inference API
- Decentralized Storage: Pinata IPFS
๐ง AI Models
- Palm Analysis: facebook/detr-resnet-50 (Object Detection)
- Text Generation: meta-llama/Llama-2-7b-chat-hf
- Text-to-Speech: espnet/kan-bayashi_ljspeech_vits
๐๏ธ Project Structure
-
components/
: React components (Hero, FileUpload, PalmReading, etc.) -
pages/
: Next.js pagesโฆ