hamzaharmanhusni / Source-Code-Analysis-using-GenAI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source-Code-Analysis-using-GenAI

How to run?

STEPS:

Clone the repository

Project repo: https://github.com/

STEP 01- Create a conda environment after opening the repository

conda create -n llmapp python=3.8 -y
conda activate llmapp

STEP 02- install the requirements

pip install -r requirements.txt

Create a .env file in the root directory and add your OPENAI_API_KEY credentials as follows:

OPENAI_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
# Finally run the following command
python app.py

Now,

open up localhost:

Techstack Used:

  • Python
  • LangChain
  • Flask
  • OpenAI
  • GPT 3
  • ChoromaDB

About

License:MIT License


Languages

Language:Jupyter Notebook 67.1%Language:HTML 13.3%Language:Python 10.7%Language:CSS 8.9%