Welcome to the AI-Predictions-Model-Templates project, your ultimate guide to building and running your very own prediction model! Ever dreamt of predicting sport game outcomes, crypto prices and stock trends like a pro? Well, you're in the right place! We'll walk you through every step, making it easy, fun and give you the opportunity to earn serious rewards if your model proves truly world-class!
Should you hit a snag or need a high-five, our experts at AI Predictions are here to help: [email protected]
Before we dive in, let's gather your essential tools. Don't worry, it's just a few clicks!
- Python: The magic behind it all! Get it here: Python
- Visual Studio Code: Your coding command center: Visual Studio Code
- Docker: Imagine a portable prediction lab – that's Docker! Grab it here: Docker
- Git: Your project's personal version control assistant: Git
Let's bring the project to your computer!
- Open Visual Studio Code.
- Head to
Terminal>New Terminal. - In the top right of your terminal, click the
+dropdown and selectGit Bash.
Now, paste these commands into your Git Bash terminal and hit Enter after each:
- Clone the project:
git clone https://github.com/Vexalabs/AI-Predictions-Model-Templates.git - Step into your new project:
cd AI-Predictions-Model-Templates
Almost there! Let's open the project files:
- In Visual Studio Code, go to
File>Open Folder. - Select the
AI-Predictions-Model-Templatesfolder you just cloned. Voilà!
Awesome, You're set! Now you can navigate into one of the specific templates and start building models.
Good Luck!
Once you have finished fine tuning you model and you are ready to publish it you can create a new branch on the gir Repo and AI Predictions will deploy it for you.
-
Create a new branch
git checkout -b model/YOUR_MODEL_NAME -
Push your changes up
git add .git commit -m "YOUR COMMIT MESSAGE"git push -
Let AI Predictions deploy your model
-
Check back to see your deployed model: (AI Predictions)[https://aipredictions.ai/]
-
Track your model's performance on the platform