Skip to content

calpoly-csai/argo-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Argo Backend

Server-side logic of the Argo Project.

  • Manages Argo tour graphs
  • Runs computationally expensive tasks
  • Mounts machine learning models for general use

The Argo Editor updates the data in the Argo Backend. Users interact with the tour graphs via the Argo Tour.

Getting Started:

(Note: It's probably a good idea to use a virtual environment! This will make sure your dependencies don't clash with each other).

  1. Clone the repo : git clone https://github.com/calpoly-csai/argo-backend.git
  2. Install dependencies: pip install -r requirements.txt
  3. Start development server: python ./src/main.py -l
    • the -l option launches a mock development database, so any updates you make won't change real data. The mock database is stored in memory so closing your server erases the contents of the database. The starting template can be easily updated by changing the JSON in src/assets/example-tour.json.

Resources

  • Flask: Runs the REST API server.
  • TensorFlow: For writing machine learning models.
  • Cloudinary: A service that hosts our panoramic images and path videos.
  • MongoMock: Our development database that launches with the -l command line option.
  • PyMongo: Database API that allows us to update persistent storage in Python functions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages