--- title: AI Interview Simulator emoji: 🤖 colorFrom: blue colorTo: indigo sdk: gradio sdk_version: 6.6.0 app_file: app.py pinned: false license: mit short_description: Practice technical interviews with AI-generated feedback. --- # 🤖 Smart Interview Simulator An AI-powered interview practice tool that generates role-specific technical questions and provides constructive feedback and scoring. ## 🚀 Features - **Role-Based Questions:** Enter any job title (e.g., "Data Scientist", "Frontend Engineer") to get relevant questions. - **Difficulty Settings:** Choose between Easy, Medium, and Hard levels. - **Resume Integration:** Paste your skills to receive personalized questions based on your experience. - **AI Feedback:** Get a detailed evaluation of your answer and a score out of 10. - **Fast Performance:** Uses Hugging Face's new Inference Router for quick responses. ## 🛠️ Setup & Requirements ### 1. Secrets Configuration This Space requires a Hugging Face User Access Token to communicate with the AI model. 1. Go to your **Space Settings**. 2. Scroll to **Variables and Secrets**. 3. Create a **New Secret**: - **Key:** `HF_TOKEN` - **Value:** [Your Hugging Face Token] ### 2. Local Installation (Optional) If you want to run this locally: ```bash git clone [https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME](https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME) cd YOUR_SPACE_NAME pip install -r requirements.txt python app.py