Skip to content

TaqiyEddine-B/InterviewQuestionsGeneratorWithLlm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This application aims to generate relevant interview questions based on a CV and job description. The demo is available at this link.

Introduction

Here is an overview drawing of the application: System Overview

This is a screenshot of the application: Application Screenshot

Setup and Usage

It's recommended to create a virtual environment. Here, we'll be using Conda. To create a new Conda environment, use the following command:

conda create --name llm

After creating the environment, activate it using:

conda activate llm

Once the Conda environment is activated, you can install the dependencies from the requirements.txt file. Use the following command:

pip install -r requirements.txt

To run the code, use the following command:

streamlit run main.py

About

From a CV and job description, generate relevant interview questions.

Resources

Stars

Watchers

Forks