START OF PROJECT - 24 AUG 2025
AI‑Rec is a full‑stack AI‑powered recommendation platform that delivers personalized suggestions for music, movies, books, games, food, and TV shows.
It combines a FastAPI backend with ML models and a React + Tailwind CSS frontend to create a fast, responsive, and visually engaging experience.
- Features
- Tech Stack
- Project Structure
- Getting Started
- API Endpoints
- Screenshots
- Contributing
- License
- 🎵 Multi‑domain recommendations (music, movies, books, games, food, TV)
- ⚡ FastAPI backend serving ML predictions
- 🎨 Responsive UI with Tailwind CSS
- 🎬 Smooth animations using GSAP
- 📦 Clean, modular codebase for easy scaling
- 🔄 Seamless frontend‑backend integration
Frontend
- React + Vite
- Tailwind CSS
- GSAP animations
- Framer-Motion
Backend
- FastAPI
- Python 3.10+
- joblib for ML model loading
Other
- npm & pip for dependencies
- Git for version control
ai-rec/ │ ├── backend/ │ ├── main.py # FastAPI entry point │ ├── music_recommender.py # ML recommendation logic │ ├── requirements.txt # Python dependencies │ ├── src/ │ ├── assets/ # Images & static assets │ ├── components/ # React components │ ├── App.jsx # Main React app │ ├── public/ # Static public files ├── package.json # Frontend dependencies └── vite.config.js # Vite config
📜 License This project is licensed under the MIT License.
#CONTRIBUTORS ROHIT R BHAT

