Skip to content

Mingkwan1/Risk-Analysis-with-Langchain

Repository files navigation

Risk-Analysis-with-Langchain

A full stack system for risk analysis of companies across several years using Langchain framework. It utilize Streamlit for the frontend, and FastAPI for backend Swagger. This project is develop to help enterprise calculate their internal organization risks.

Setup

  1. Clone the repository:
    git clone https://github.com/your-username/risk-analysis-with-langchain.git
    cd risk-analysis-with-langchain
    
  2. Create a virtual Environment and activate it
python -m venv .venv
.venv\Scripts\activate  # On Windows
source .venv/bin/activate  # On macOS/Linux
  1. Install Dependencies
pip install -r requirements.txt
  1. Create a .env file and add your API keys
echo "OPENAI_API_KEY=your-api-key" > .env
  1. Run the application
docker-compose up --build
  1. Stopping the container
docker-compose stop

About

A full stack system for risk analysis of companies across several years using Langchain framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •