Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Benjamin Ssempala d90c0e0ec4
Trigger Backend Apps
2 months ago
..
bin
10d03939cd
Refactor ml projects (#61)
4 years ago
ddbc3eb106
update controllers
2 years ago
742462104e
refactoring
2 years ago
a89268a496
remove .gitkeep file
3 years ago
f85c17d045
update model
2 years ago
fe1729e8a2
add docker ignore
2 years ago
7e9e65ff8c
gitignore
2 years ago
a945dd5d98
Move to production (#890)
1 year ago
f9e6701885
refresh deployment to pick latest changes
3 years ago
d90c0e0ec4
Trigger Backend Apps
2 months ago
485ce7cddf
update blueprint
2 years ago
2654bd5717
update config
2 years ago
a263671771
update requirements
2 years ago
83acf21fa9
update routes
2 years ago

README.md

You have to be logged in to leave a comment. Sign In

fetch branch from github

create local python environment windows python -m venv [local_env_name e.g env]

linux/mac python3 -m venv [local_env_name e.g env]

activate the environment windowsenv\scripts\activate

linux/mac
  source env/bin/activate

install required packages. pip install -r requirements.txt

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...