-
Fork this repository to create your own copy.
-
Clone your repository to access it locally:
git clone https://github.com/<your-username>/model-test.git
. (Replace<your-username>
with your Github username.) -
Replace the model file
model.pkl
with your model file -
then in the
model.py
replace theTrue
if you used a pipeline -
Create a python virtual environment:
python -m venv venv
-
Activate the virtual environment:
- Linux/Mac:
source venv/bin/activate
- Windows:
venv\Scripts\activate.bat
- Linux/Mac:
-
Install the required python packages:
pip install -r requirements.txt
-
Run the command
pytest
. -
Run `uvicorn app.main:app --relaod to start the API and run tests
-
Notifications
You must be signed in to change notification settings - Fork 1
ConradKash/sunbird_tasks
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is where i will be uploading most of the sunbird tasks
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published