Flask API for teacher promotion. Due to confidentiality agreements, I am unable to disclose the data used for training the model or the three promotion parameters labeled as 1, 2 and 3. However, you are welcome to utilize the API or customize it as needed. Thank you.
pip install -r requirements.txt
-
open the terminal
-
clone the repository
git clone https://github.com/saeedahmadicp/teacher-promotion-flask-api.git
-
change the directory
cd teacher-promotion-flask-api
-
execute the below commands
pip3 install pipenv
pipenv install
pipenv shell
-
install the requirements
pip install -r requirements.txt
-
execute the following commands
set FLASK_APP=main_app.py
set FLASK_ENV=development
flask run
-
If you are using Linux or Mac, use
export
instead ofset
in the above commands
Thanks goes to these wonderful people (emoji key):
Saeed Ahmad 💻 📖 |
Shaharyar Sajid 💻 |