Spaces:
Sleeping
A newer version of the Streamlit SDK is available:
1.49.0
title: TalentScout AI
emoji: π€
colorFrom: indigo
colorTo: purple
sdk: streamlit
sdk_version: 1.34.0
app_file: app.py
pinned: false
π€ TalentScout - AI Hiring Assistant
A sophisticated AI-powered hiring assistant built with Streamlit that streamlines the recruitment process through intelligent candidate screening and technical assessment.
π Features
- Automated Candidate Screening: Collects essential candidate information systematically
- Dynamic Technical Assessment: Generates relevant technical questions based on candidate's tech stack
- Interactive Chat Interface: User-friendly conversational experience
- Real-time Progress Tracking: Visual progress indicators for both candidate and recruiter
- Data Export Functionality: Export candidate data and responses in JSON format
- Responsive Design: Works seamlessly across different screen sizes
- Input Validation: Ensures data quality with email and phone number validation
π Live Demo
Try the application live on Hugging Face Spaces: TalentScout AI Assistant
π How It Works
The application follows a structured screening process:
- Welcome & Introduction: Introduces the AI assistant and process
- Personal Information Collection:
- Full name
- Email address (with validation)
- Phone number (with validation)
- Years of experience
- Desired positions
- Current location
- Technical Profile: Tech stack and expertise areas
- Technical Assessment: Dynamic questions based on provided tech stack
- Completion: Summary and next steps
π οΈ Technical Stack
- Frontend: Streamlit
- Language: Python 3.8+
- Data Processing: Built-in Python libraries (json, re, datetime)
- UI/UX: Custom CSS styling with Streamlit components
ποΈ Installation & Setup
Local Development
Clone the repository
git clone https://github.com/YOUR_USERNAME/talentscout-ai.git cd talentscout-ai
Create virtual environment
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
Install dependencies
pip install -r requirements.txt
Run the application
streamlit run app.py
Open your browser and navigate to
http://localhost:8501
Hugging Face Deployment
- Fork/Upload to GitHub
- Connect to Hugging Face Spaces
- Select Streamlit as the framework
- Deploy automatically
π Project Structure
talentscout-ai/
βββ app.py # Main application file
βββ requirements.txt # Python dependencies
βββ README.md # Project documentation
βββ DOCUMENTATION.md # Detailed code documentation
βββ .gitignore # Git ignore file
π― Key Components
CandidateInfo Class
- Dataclass for storing candidate information
- Includes validation and structured data management
HiringAssistant Class
- Main application logic
- Conversation flow management
- Technical question generation
- Input validation and processing
Conversation Stages
- Greeting (0)
- Name Collection (1)
- Email Collection (2)
- Phone Collection (3)
- Experience Collection (4)
- Position Collection (5)
- Location Collection (6)
- Tech Stack Collection (7)
- Technical Questions (8)
- Completion (9)
π§ Configuration
The application includes several configurable elements:
- Tech Categories: Predefined technology categories for question generation
- Question Templates: Customizable technical questions for different technologies
- Validation Rules: Email and phone number validation patterns
- UI Styling: Custom CSS for enhanced user experience
π Supported Technologies
The AI assistant can generate technical questions for:
- Programming Languages: Python, Java, JavaScript, C++, C#, Go, Rust, PHP, Ruby, Swift, Kotlin
- Web Frameworks: Django, Flask, FastAPI, React, Angular, Vue.js, Node.js, Express, Spring, Laravel
- Databases: MySQL, PostgreSQL, MongoDB, Redis, SQLite, Oracle, Cassandra, Elasticsearch
- Cloud Platforms: AWS, Azure, GCP, Docker, Kubernetes, Terraform
- Data Science: Pandas, NumPy, Scikit-learn, TensorFlow, PyTorch, Matplotlib, Seaborn
- Mobile: React Native, Flutter, Android, iOS, Xamarin
π¨ UI Features
- Gradient Header: Eye-catching header with company branding
- Sidebar Information: Real-time candidate data display
- Progress Tracking: Visual progress bar and stage indicators
- Chat Interface: Conversational UI with distinct message styling
- Responsive Design: Adapts to different screen sizes
π€ Data Export
The application provides data export functionality:
- Candidate information summary
- Technical Q&A responses
- Session metadata
- JSON format for easy integration
π¦ Usage Guidelines
- Start Session: Begin with the welcome message
- Follow Prompts: Answer each question as prompted
- Technical Questions: Provide detailed answers for technical assessment
- Review Summary: Check the completion summary
- Export Data: Download session data if needed
π Data Privacy
- No data is stored permanently on servers
- Session data is cleared after completion
- Export functionality allows local data storage
- Follows best practices for data handling
π€ Contributing
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
π License
This project is licensed under the MIT License - see the LICENSE file for details.
π Acknowledgments
- Built with Streamlit
- Inspired by modern recruitment automation needs
- Designed for seamless candidate experience
π Support
For support, please create an issue in the GitHub repository or contact the development team.
TalentScout AI Hiring Assistant - Streamlining recruitment through intelligent automation π