Skip to content

Vipul-Cariappa/dalgo-ai-c4gt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Machine Learning API

Overview

This service exposes an API for various machine-learning tasks, designed to be called by the Dalgo backend.

Installation and Setup

Prerequisites

  • Python 3.6 or higher
  • Pip (Python package installer)

Clone the Repository

git clone <repository_url>
cd <repository_name>

Create and Activate Virtual Environment

  python -m venv venv

On Windows:

  .\venv\Scripts\activate

On Linux/Mac:

  source venv/bin/activate

Install Dependencies

  pip install -r requirements.txt

Run the Application

  python main.py --port 8080

The FastAPI application will be accessible at http://127.0.0.1:8080.

About

Standalone service for AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%