To run this application, you need to have the following installed on your machine:
- Python 3.8
- pip (Python package manager)
Clone the repository.
git clone git@github.com:YONSEI-A-EYE/ML.git
Navigate to the root directory of the application using your terminal or command prompt. Once you're there, you can install the required dependencies for the project by running the following command:
pip install -r requirements.txt
Create a file called fcm-secret.json
in the ML/app/ directory of the project.
This file should contain Firebase Admin SDK secret key.
uvicorn main:app --reload