Skip to content

n3xtcoder/cc57-wwf-nlmap

Repository files navigation

cc-wwf-nlmap

Prerequisites

  • A GEE account
  • Python (v3.12.7) installed
  • make utility installed
  • OpenAI API key

Setup

1. Create a Virtual Environment

To keep dependencies isolated, create a virtual environment:

python3 -m venv venv

2. Activate the Virtual Environment

On Linux/MacOS:

source venv/bin/activate

On Windows:

venv\Scripts\activate

3. Install Required Packages

With the virtual environment activated, install the necessary packages:

pip install -r requirements.txt

4. Add environment variables

Copy the contents of the file named .env.example and past it into a newly file named .env. Add your OpenAI API key to the file.

Usage

Start the Server You can start the server by running:

make run

This will initialize the server and make it accessible as configured.

Deployment - How to

See here https://docs.streamlit.io/deploy/tutorials

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published