Skip to content

The ML models to be used through an API for the course in python for EC

License

Notifications You must be signed in to change notification settings

NordAxon/ec-ml-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello friends! Welcome to the repo ec-ml-models

To start this api endpoint, you will need to follow the steps below:

1. Create a new conda environment and activate it

conda create --name ENV_NAME python=3.9

conda activate ENV_NAME

2. Install requirements

pip install -r requirements.txt

3. Start the application

Run from the root folder:

python src/main.py

This will print to the terminal when the application is up

ENJOY

TISPS AND TRICKS:

To test the endpoints (models), open the link (normally http://127.0.0.1:8000/docs) in your browser and try sending requests using the automatically generated interface!

About

The ML models to be used through an API for the course in python for EC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published