Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

petercrackthecode/AutoBot

Repository files navigation

AutoBot

Project Description

Title Description
Why AutoBot For all the ML developers out there, getting the dataset that matches the criteria for your Machine Learning Model is hard. We get it. That is why we created Auto Bot to help you buy/auction/sell the dataset of your choices.
What it does AutoBot is the ultimate marketplace for all the ML developers looking for the right kind of resources for your apps. Find & Search for datasets that can train your model, test your model, and develop your model.
How it works Buying & Selling datasets have never been easier, until now! Built with powerful search tools like Algolia, AutoBot helps you find the resources you need without wading through reams of information on the internet- saving your valuable time as a developer and making you more productive than ever.

Getting Started

Contributions and PR

GitHub issues by-label

  • PRs should be generated against development.
  • Remember to run npm run lint:fix before creating pull request.
  • Netlify will create a preview inside pull request, please check if your work is fine.
  • When in doubt, ask your queries on discussions

Build Setup

# install dependencies
npm install
# development run
npm run start
# build for production
npm run build

Firebase Setup

Create your firebase project Fill in the environment variables in .env file in root directory

Adding Variables Local To Your Environment

Windows

To setup api key, App Id, and your search index on windows as environment variables,

Hit Win+R > type cmd.exe, followed by the commands

set "ALG_ADM_API_KEY=replace_with_algolia_admin_key" && npm start
set "ALG_APP_ID=replace_with_algolia_app_id" && npm start
set "ALG_IDX=replace_with_your_index" && npm start

or, Win+R > type powershell, followed by the command

($env:ALG_ADM_API_KEY = "replace_with_algolia_admin_key") -and (npm start)
($env:ALG_APP_ID = "replace_with_algolia_app_id") -and (npm start)
($env:ALG_IDX = "replace_with_your_index") -and (npm start)

Linux & macOS

To setup api key, App Id, and your search index on Linux & macOS as environment variables,

Bash:

ALG_ADM_API_KEY=replace_with_algolia_admin_key npm start
ALG_APP_ID=replace_with_algolia_app_id npm start
ALG_IDX=replace_with_your_index npm start

About

https://myautobot.netlify.app/ An ML marketplace to host your data and use others for up and running your next ML Model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.1%
  • SCSS 27.3%
  • HTML 0.6%

AltStyle によって変換されたページ (->オリジナル) /