Skip to content

PrajjwalLyzr/Question-Generation

Repository files navigation

Welcome to the Question Generation by Lyzr!

Lyzr Logo

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