talent_scout / README.rd
lithish2602's picture
Create README.rd
7a59e42 verified
raw
history blame contribute delete
852 Bytes
---
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