Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rish-0-0/depot-flask-api
Flask API for depot
https://github.com/rish-0-0/depot-flask-api
Last synced: about 16 hours ago
JSON representation
Flask API for depot
- Host: GitHub
- URL: https://github.com/rish-0-0/depot-flask-api
- Owner: rish-0-0
- Created: 2020-04-12T12:29:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T15:35:07.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T16:47:57.230Z (over 1 year ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# For #Covid-19 flask api for depot app
This is a python backend doing several tasks like Machine Learning and converting Excel/CSV data to Cloud Firestore Documents### Steps to install
1. Make sure you have conda on your system
2. `conda create -n depot-hack`
3. `conda activate depot-hack`
4. `pip install -r requirements.txt`
5. Get SERVICE_ACCOUNT string from me
6. And you can run the firebase functions like ordinary functions by defining @app.route('/< paths >')