Skip to content

ShanKonduru/llm_deepeval_py

Repository files navigation

Llm_deepeval_py

Description

[Briefly describe your project here.]

Installation

  1. Initialize git (Windows): Run the 000_init.bat file.

  2. Create a virtual environment (Windows): Run the 001_env.bat file.

  3. Activate the virtual environment (Windows): Run the 002_activate.bat file.

  4. Install dependencies: Run the 003_setup.bat file. This will install all the packages listed in requirements.txt.

  5. Deactivate the virtual environment (Windows): Run the 005_deactivate.bat file.

Usage

  1. Run the main application (Windows): Run the 004_run.bat file.

    [Provide instructions on how to use your application.]

Batch Files (Windows)

This project includes the following batch files to help with common development tasks on Windows:

  • 000_init.bat: Initialized git and also usn and pwd config setup also done.
  • 001_env.bat: Creates a virtual environment named venv.
  • 002_activate.bat: Activates the venv virtual environment.
  • 003_setup.bat: Installs the Python packages listed in requirements.txt using pip.
  • 004_run.bat: Executes the main Python script (main.py).
  • 005_deactivate.bat: Deactivates the currently active virtual environment.

Contributing

[Explain how others can contribute to your project.]

License

[Specify the project license, if any.]

About

LLM RAG Evaluation using DeepEval

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published