Deployed Link:https://truehire.onrender.com/ Video Link:https://youtu.be/2ql5D2ChnHo Product Video: https://youtu.be/tY3G7pz1GZk
truehire.mp4
TrueHire is a comprehensive web application designed to streamline the hiring process by providing role-based assessments, AI-driven interviews, and proctoring features. It leverages FastAPI for backend services and serves static files for the frontend interface.
The hiring process can be cumbersome and inefficient, often requiring multiple tools and manual coordination. TrueHire aims to simplify this by providing a unified platform for role selection, permissions management, assessments, AI-driven interviews, and proctoring.
- Role Selection: Users can select their desired role and experience level.
- Permissions Management: Manage permissions for camera, microphone, and screen sharing.
- Role-Based Assessments: Generate and submit assessments tailored to the selected role.
- AI-Driven Interviews: Conduct interviews with role-specific questions and audio response recording.
- Proctoring: Ensure the integrity of the interview process with audio recording and session management.
- Results: View assessment and interview results.
truehire/
│
├── main.py # Main application file
├── static/ # Directory for static files
│ ├── index.html # Main page
│ ├── role_selection.html# Role selection page
│ ├── permissions.html # Permissions page
│ ├── assessment-combined.html # Assessment page
│ ├── interview.html # Interview page
│ └── uploads/ # Directory for storing uploaded audio files
├── transcripts/ # Directory for storing interview transcripts
├── temp_audio/ # Temporary storage for audio files
└── .gitignore # Git ignore file
- FastAPI: A modern, fast (high-performance) web framework for building APIs with Python 3.7+ based on standard Python type hints.
- Documentation: FastAPI Docs
- Pydantic: Data validation and settings management using Python type annotations.
- Documentation: Pydantic Docs
- aiofiles: File support for asyncio.
- Documentation: aiofiles GitHub
- CORS Middleware: Middleware for handling Cross-Origin Resource Sharing (CORS).
- Documentation: CORS Middleware Docs
- GET /: Serve the main page.
- GET /role-selection: Serve the role selection page.
- GET /permissions: Serve the permissions page.
- GET /assessment: Serve the assessment page.
- GET /interview: Serve the interview page.
- POST /api/select-role: Select a role and create a session.
- POST /api/permissions: Update permissions for a session.
- GET /api/assessment/questions/{session_id}: Get assessment questions based on role.
- POST /api/assessment/submit: Submit assessment answers.
- POST /start_interview: Start the interview process.
- POST /submit_answer: Submit interview answers with audio recording.
- GET /results: View results page.
- GET /api/results/{session_id}: Get results data for a session.
To use the Whisper API and Deepeek R1 Model, you need to set up API keys. Follow these steps:
-
Whisper API Key: Obtain your API key from Whisper API and set it in your environment variables:
export WHISPER_API_KEY='your_whisper_api_key'
-
Deepeek R1 Model Key: Obtain your API key from Deepeek AI and set it in your environment variables:
export DEEPEEK_R1_API_KEY='your_deepeek_r1_api_key'
- Python 3.7+
- FastAPI
- aiofiles
-
Clone the repository:
git clone (https://github.com/techiepookie/truehire) cd truehire -
Install dependencies:
pip install -r requirements.txt
-
Run the application:
uvicorn main:app --reload
-
Access the application at
http://localhost:8000.
- Email/password and Linkedin authentication
- Role selection (Management/Developer)
- Experience level assessment
- Profile initialization
- Dashboard with completion status
- Interest and experience display
- Profile editing capabilities
- Progress tracking
- Smart job recommendations
- Company culture matching
- Salary transparency
- One-click applications
- Live coding challenges
- Code execution & testing
- Real-time feedback
- Performance metrics
- Case study analysis
- Decision-making scenarios
- Leadership assessments
- Strategic thinking tests
- GPT-powered interviewer
- Natural conversation flow
- Skill assessment
- Personality evaluation
- Automated feedback generation
- Company dashboard
- Candidate scorecards
- Offer management
- HR communication portal
- Mobile application
- Advanced AI models
- Blockchain verification
- Video interview features
- International market support
- Project Lead: Nikhil Kumar Obhawani
- Team: Kshitiz Jangra,Krishnopreya Chakraborty
For support, email support: nikhilkumar1241@outlook.com
krish6.ch@gmail.com kshitizravijangra@gmail.com
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License - see the LICENSE file for details.
--
TrueHire is committed to transforming hiring by focusing on what truly matters - skills, potential, and demonstrated abilities. Join us in creating a more equitable future of work.
