Skip to content

Milton Server: Access server-side computation resources for object detection and our growing catalog of art pieces

Notifications You must be signed in to change notification settings

Milton-Art-Scan/SBU-Hackathon-2024-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Milton: Scan Art for Info. A Platform for Artist.

This is the server for Milton, an android application for accessing context of art pieces by scanning art with Landing Lens by LandingAI.

Table of Contents

Installation

To install this project, make sure you have Python 3.11+ and pip installed on your system. Clone the repository then install the dependencies using the following command in the root directory of this repository:

$ pip install -r requirements.txt

Usage

To start the server execute the following in the root directory:

$ python server/manage.py runserver

Make the server available to your network with forward tunneling:

Forward Tunneling with Ngrok

Download Ngrok (https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-windows-amd64.zip)

Add your authtoken to the config file

$ ngrok config add-authtoken <your-ngrok-authtoken>

Deploy the server in your network (Default port is 8000)

$ ngrok http http:https://localhost:<port>

API

Access the API Documentation at https://documenter.getpostman.com/view/30898740/2sA2r3Yk8w

About

Milton Server: Access server-side computation resources for object detection and our growing catalog of art pieces

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published