A modern AI-powered Rashifal (Horoscope) web application built with Django 4.2.18 and Hugging Face NLP models for generating daily, weekly, monthly, and yearly predictions in Hindi.
- 🔮 Predicts Rashifal for all 12 zodiac signs (
राशि) - 📅 Periods supported: Daily, Weekly, Monthly, Yearly
- 🤖 Uses Hugging Face Transformers for AI text generation
- 🧠 Pretrained Hindi model:
guldasta/indic-gpt2-Hindi_Gen - 💾 Predictions cached in DB (no repeated generation)
- 🌐 Responsive Bootstrap UI
- 🇮🇳 100% Hindi support for Indian astrology
- Backend: Django 4.2.18
- Frontend: Bootstrap 5 + HTML Templates
- AI/ML: Hugging Face Transformers
- Database: SQLite (default)
- Language: Hindi
Install the required packages:
pip install django==4.2.18
pip install transformers datasets torch sentencepiece huggingface-hub indic-nlp-library