Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 >')