Skip to content

indreshp135/Trina.Ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

trina.ai logo

Trina.ai

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

✨ Features

  1. Resume Analysis: Trina uses AI to analyze resumes and provide insights on the candidate's skills, experience, and more.

  2. Initial Screening: Trina conducts an initial screening of candidates, saving time and effort for recruiters.

  3. Interview Analysis: Trina uses AI to analyze interviews and provide insights on the candidate's performance.

  4. Job Matching: Trina matches candidates with job openings, making it easier to find the right fit.

πŸ—οΈ Architecture

High Level Design Architecture

πŸš€ Getting Started

  1. Clone the repository:

    git clone https://github.com/Hackathon2024-March/carnation
  2. Install the dependencies for the client:

    cd carnation/code/client
    yarn install
  3. Install the dependencies for the server:

    cd carnation/code/server
    sudo apt-get install ffmpeg tessaract-ocr
    pip install -r requirements.txt
  4. Start the client as development server:

    cd carnation/code/client
    yarn dev
  5. 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
  1. Copy lipsync models to the server: Download the model from this link and place it in the carnation/code/server/trylipsync folder.

    Download the video from this link and place it in the carnation/code/server/trylipsync/cache folder.

  2. Run migrations and start the server:

    cd carnation/code/server
    python manage.py migrate
    python manage.py runserver
  3. Start the celery worker:

    cd carnation/code/server
    celery -A server worker -l info

Now you are good to go...

πŸ“Š Presentation

Trina.ai Presentation

πŸ§ͺ Testing

Trina.ai API test results

πŸ“ Conclusion

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6