Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.11 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.11 KB

Welcome to the Plagrism Checker 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.