Spaces:
Configuration error
Configuration error
File size: 852 Bytes
7a59e42 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
title: TalentScout Hiring Assistant
emoji: 🤖
colorFrom: indigo
colorTo: blue
sdk: streamlit
python_version: 3.10
app_file: app.py
fullWidth: true
short_description: An AI-powered Streamlit app to streamline hiring
---
# TalentScout Hiring Assistant 🤖
TalentScout is an AI-powered **Streamlit app** that helps streamline the hiring process.
It collects candidate information, generates tailored technical questions, and provides
skill-level estimation using the **Mistral LLM**.
## Features
- Collect candidate details (name, skills, experience, job role, etc.)
- Generate 3 technical questions per skill
- Interactive chat mode with the candidate
- Skill-level estimation: Beginner / Intermediate / Expert
- Stores candidate data in `candidates.json`
## How to Run Locally
```bash
pip install -r requirements.txt
streamlit run app.py
|