Spaces:
Configuration error
Configuration error
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 | |