Skip to content

Spleap/VideoOs_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VideoOs Backend

This is an enterprise-grade backend service built with FastAPI.

Features

  • Image Processing: Upload and process images.
  • Data Processing: Process JSON data.
  • Enterprise Structure: Scalable folder structure.
  • Logging: Advanced logging with Loguru.
  • Configuration: Environment-based configuration with Pydantic.

Setup

  1. Create a virtual environment:

    python -m venv venv
    .\venv\Scripts\activate
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the server:

    uvicorn app.main:app --reload

API Documentation

Once the server is running, you can access the interactive API docs at:

Endpoints

  • POST /api/v1/image/process: Upload an image file.
  • POST /api/v1/data/process: Send JSON data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors