Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aegis - Supply Chain Risk Analysis Tool

This tool monitors, analyzes, and predicts supply chain risks caused by geopolitical events.

Tech Stack

  • Backend: FastAPI
  • Frontend: Streamlit
  • API Integration: News APIs, OpenAI GPT API
  • Database: TinyDB

Running the Project

💡 Make sure you have Docker Desktop installed.

Setup

  1. Create a .env file in the backend/ folder with the following content:

    NEWS_API_KEY=<your_news_api_key>
    OPENAI_API_KEY=<your_openai_api_key>
  2. Build and run the project:

    docker-compose up --build
  3. Once running, the app will be available at: http://localhost:8501

Starting & Stopping the App

To stop the running containers:

docker-compose down

To restart the app later, run:

docker-compose up

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages