Trina revolutionizes hiring with advanced AI features, including intelligent interviewing and resume analysis. It's the future of recruitment, making hiring smarter and more efficient. Join us and experience the difference with Trina.
GlobalHack.2024.Subtitled.9_jeFpc63PU.mp4
Click here to check the demo video in youtube with full clarity
-
Resume Analysis: Trina uses AI to analyze resumes and provide insights on the candidate's skills, experience, and more.
-
Initial Screening: Trina conducts an initial screening of candidates, saving time and effort for recruiters.
-
Interview Analysis: Trina uses AI to analyze interviews and provide insights on the candidate's performance.
-
Job Matching: Trina matches candidates with job openings, making it easier to find the right fit.
High Level Design Architecture
-
Clone the repository:
git clone https://github.com/Hackathon2024-March/carnation
-
Install the dependencies for the client:
cd carnation/code/client yarn install -
Install the dependencies for the server:
cd carnation/code/server sudo apt-get install ffmpeg tessaract-ocr pip install -r requirements.txt -
Start the client as development server:
cd carnation/code/client yarn dev -
Start the redis and database server:
cp carnation/code/server/.env.example carnation/code/server/.env sudo service redis-server start sudo service postgresql start
Note
You need to have redis, and postgresql installed on your system. You can install the docker image of redis and postgresql using the following commands:
docker compose up -d-
Copy lipsync models to the server: Download the model from this link and place it in the
carnation/code/server/trylipsyncfolder.Download the video from this link and place it in the
carnation/code/server/trylipsync/cachefolder. -
Run migrations and start the server:
cd carnation/code/server python manage.py migrate python manage.py runserver -
Start the celery worker:
cd carnation/code/server celery -A server worker -l info
Now you are good to go...
Trina is the future of hiring, making the process smarter and more efficient. With advanced AI features, including intelligent interviewing and resume analysis, Trina revolutionizes recruitment. Join us and experience the difference with Trina. Thank you for using Trina.
