Skip to content

SmartDengueAlert/SmartDengueAlert-Python-ML-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartDengueAlert-Python-ML-Server

Python-based server for handling machine learning predictions

Python Server Setup

Prerequisites

  • Python 3.x installed on your machine.
  • Visual Studio (or your preferred IDE).

Setup Instructions

  1. Create a Virtual Environment

    Navigate to your project directory in the terminal or command prompt, then run:

    python -m venv .venv
  2. Activate the Virtual Environment Each time after opening Visual Studio or a terminal, to activate the virtual environment. Use the following command:

On Windows:

.venv\Scripts\activate

On macOS/Linux:

source .venv/bin/activate
  1. Run the Server

Once the virtual environment is activated, Use the following command:

python server.py

About

Python-based server for handling machine learning predictions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •