Skip to content

PrajjwalLyzr/AI-Interviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the AI Interviewer by Lyzr!

Lyzr Logo

AI Interviewer app, this app will help you to prepare your upcoming interviews, this uses Lyzr's QABot to generate Interview Question realted on the provided resume using the RAG approach.

Note: For this application to function properly in your local system, ensure that the required dependencies are installed and configured correctly, and make sure that you have your OpenAI API Key.

Create Virtual Environment

  • python3 -m venv venv - Ubuntu/MacOs
  • python -m venv venv - Windows

Activate the environment

  • source venv/bin/activate - Ubuntu/MaOS
  • venv/Script/acitvate - Windows

Installing Dependencies

  • pip3 install -r requirements.txt- Ubuntu/MacOs
  • pip install -r requirements.txt - Windows

Run the application on local server

streamlit run app.py

About Lyzr

Lyzr is a low-code agent framework that follows an ‘agentic’ way to build LLM apps, contrary to Langchain’s ‘functions and chains’ way and DSPy’s ‘programmatic’ way of building LLM apps.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages