Skip to content

Ankoay-Feno/RESOLVER_O.R_PROBLEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solver of Operational Research

How to Install

With Python

  1. Create a virtual environment:

    python -m venv your_virtual_name_env
    source your_virtual_name_env/bin/activate
  2. Install the dependencies:

    pip install -r requirements.txt

With Docker

  1. Build the Docker image:

    docker build -t ImageName:tag .

How to Run

Step 1: Obtain Hugging Face Credentials

The application requires Hugging Face credentials (email and password) for authentication.

Step 2: Configure and Launch the Application

Option A: Run Locally

  1. Set the credentials as environment variables:

    export CHATBOT_EMAIL='example@gmail.com'
    export CHATBOT_PASSWORD='password_hugging_face'
  2. Start the application:

    python run.py

Option B: Run in a Docker Container

  1. Run the Docker container:

    docker run -it --rm --name containerName -p 5000:5000 ImageName:tag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published