• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
yjyoon / Altron_Backend star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
Altron_Backendapp.py
Download as .zip file
File name
Commit message
Commit date
asset
made ai analysis api and tested it. 25TPS using gunicorn app:app -w 12 -b 127.0.0.1:8080
2023-10-24
database
added gps querying function
2023-10-30
model
made ai analysis api and tested it. 25TPS using gunicorn app:app -w 12 -b 127.0.0.1:8080
2023-10-24
subfuction
made ai analysis api and tested it. 25TPS using gunicorn app:app -w 12 -b 127.0.0.1:8080
2023-10-24
weights
Hello Yona
2023-08-21
README.md
Hello Yona
2023-08-21
action.py
CORS
2023-10-31
app.py
CORS
2023-10-31
auth.py
made ai analysis api and tested it. 25TPS using gunicorn app:app -w 12 -b 127.0.0.1:8080
2023-10-24
demonstration.py
made ai analysis api and tested it. 25TPS using gunicorn app:app -w 12 -b 127.0.0.1:8080
2023-10-24
yjyoon 2023-10-31 54e15d6 CORS UNIX
Raw Open in browser Change history
import flask from flask_restx import Api from auth import Auth from action import Action from flask_cors import CORS app = flask.Flask(__name__) CORS(app) api = Api( app, version='0.1', title="RDS", description="API Server", license="MIT") api.add_namespace(Auth, '/auth') api.add_namespace(Action, '/action') if __name__ == "__main__": app.run(debug=False, host='0.0.0.0', port=8000) print("Flask Start")

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up