Product Hunt logo dark
  • Launches
    Coming soon
    Upcoming launches to watch
    Launch archive
    Most-loved launches by the community
    Launch Guide
    Checklists and pro tips for launching
  • Products
  • News
    Newsletter
    The best of Product Hunt, every day
    Stories
    Tech news, interviews, and tips from makers
    Changelog
    New Product Hunt features and releases
  • Forums
    Forums
    Ask questions, find support, and connect
    Streaks
    The most active community members
    Events
    Meet others online and in-person
  • Advertise
Subscribe
Sign in
Subscribe
Sign in
FloydHub

FloydHub

Deep learning platform for productive data science teams

23 followers

Deep learning platform for productive data science teams

23 followers

Visit website
Team collaboration software
•
AI Infrastructure Tools
•
Cloud Computing Platforms
Deep learning platform for productive data science teams - train and deploy your models collaboratively.
  • Overview
  • Launches3
  • Reviews
  • Alternatives
  • Team
  • Awards
  • More
Company Info
floydhub.comGitHub
FloydHub Info
Launched in 2017View 3 launches
Forum
p/floydhub
Awards
Floyd was ranked #5 of the week for February 17th, 2017
Floyd was ranked #1 of the day for February 17th, 2017
View all
  • Blog
  • •
  • Newsletter
  • •
  • Questions
  • •
  • Forums
  • •
  • Product Categories
  • •
  • Apps
  • •
  • About
  • •
  • FAQ
  • •
  • Terms
  • •
  • Privacy and Cookies
  • •
  • X.com
  • •
  • Facebook
  • •
  • Instagram
  • •
  • LinkedIn
  • •
  • YouTube
  • •
  • Advertise
© 2025 Product Hunt
SocialFacebookInstagramWellfoundX

Similar Products

Hugging Face
Hugging Face
The AI community building the future.
4.9(79 reviews)
LLMsAI Infrastructure Tools
Deep Learning Gallery
Deep Learning Gallery
A curated list of awesome deep learning projects
Design & CreativeAI
goormIDE
Full-featured cloud IDE service for developers and teams.
5.0(2 reviews)
Neural Networks and Deep Learning
Neural Networks and Deep Learning
Core concepts behind neural networks and deep learning
SignalBox
A preconfigured Deep Learning drag and drop platform
View more
Intercom
Intercom — Startups get 90% off Intercom + 1 year of Fin AI Agent free
Startups get 90% off Intercom + 1 year of Fin AI Agent free
Promoted

FloydHub Launches

FloydHub Workspaces
FloydHub Workspaces The easiest cloud IDE for deep learning

Launched on June 10th, 2018

FloydHub
FloydHub Build Deep Learning models on cloud GPUs

Launched on January 22nd, 2018

Do you use FloydHub?

Reviews
Helpful

You might also like

Hugging Face
Hugging Face
The AI community building the future.
Deep Learning Gallery
Deep Learning Gallery
A curated list of awesome deep learning projects
goormIDE
Full-featured cloud IDE service for developers and teams.
Neural Networks and Deep Learning
Neural Networks and Deep Learning
Core concepts behind neural networks and deep learning
SignalBox
A preconfigured Deep Learning drag and drop platform
Satta
Satta
A note taking tool where developers can run Python scripts
View more
Review FloydHub?Be the first to review FloydHub
This is the 3rd launch from FloydHub. View more

FloydHub Workspaces

The easiest cloud IDE for deep learning

Workspaces is a new IDE for DL from FloydHub - Think of Workspaces as your persistent, on-demand deep learning computer in the cloud. You can run Jupyter notebooks, Python scripts, access the terminal, and much more. You can seamlessly toggle between CPU and GPU machines while you're working, right when you're ready for that extra computing power.

FloydHub Workspaces gallery image
FloydHub Workspaces gallery image
FloydHub Workspaces gallery image
FloydHub Workspaces gallery image
Launch tags:
Developer Tools•Artificial Intelligence•Tech
Launch Team
Chris MessinaNaren ThiagarajanSai Prashanth Soundararaj

What do you think? …

Emil Wallnér
Emil Wallnér
ML ART

ML ART

Loving the new IDE!! 🚀🚀🚀This makes DL a lot more accessible. The 'mounting-data' feature is brilliant. Switching between instances is also a lot more intuitive. The github integration is sweet. I'm curious about the new direction and how it fits with other software/DL services. I think you used to compare yourself with Github and now you have a closer integration with them. Hence, are you moving away from version control and focusing more on the IDE? If so, are you planning on integrating the version control with Github? On the deployment side of things, are you looking into adding support for a scalable infrastructure such as Kubernetes? Ideally, my model runs on a CPU and when someone logs on to my website, it spins up a GPU and keeps adding GPUs based on requests. Last note, I just watched Karpathy's talk on Software 2.0 and IDE's for DL: https://www.figure-eight.com/bui... . He puts a lot of emphasis on tools for building datasets instead of models. What's your take on it and are you working on any products for datasets?
Report
7yr ago
Naren Thiagarajan
Naren Thiagarajan
FloydHub

FloydHub

Maker
Thanks @emilwallner for the feedback! FloydHub will continue to provide by versioning for your training. i.e., the platform will continue to track the version of code, data and parameters you used to create your model. But the code can come from any source - including GitHub. We are seeing a big adoption of GitHub from the deep learning community - so we are making it very easy to start your FloydHub experience directly from a GitHub project. Stay tuned for more features in this area! A deep learning project goes through the following 5 stages: - Exploration and data collection - Build the first version of the model on sample data - Train on large datasets to identify the best performing model - Deploy the model and use it - Share the model with others We are tackling these problems from top-down. Workspaces will become the core functionality that ties all these stages together. We are planning to focus on model deployment and sharing features in the next few weeks. We are planning to design a lambda style serving option this time. From our users' feedback, data wrangling is definitely a big pain point. FloydHub provides data versioning for users who need to track every change they make to their dataset. But this could take time and resources - especially in the early stages of the project where the data changes a lot. So we are planning to build a more flexible data management solution again using workspaces. JupyterLab has one of the best interfaces to work with different kinds of data files (csv, images etc.) - so we believe this will be a big improvement for FloydHub users.
Report
7yr ago
Emil Wallnér
Emil Wallnér
ML ART

ML ART

@narenst 💯 Thanks!!
Report
7yr ago
Naren Thiagarajan
Naren Thiagarajan
FloydHub

FloydHub

Maker
Hi Everyone! 👋 Our team at FloydHub is excited to launch our new product - Workspaces(https://blog.floydhub.com/worksp...). Since launching FloydHub just over a year ago we have learned a lot about how data scientists and engineers are building deep learning and machine learning models. We have built a new cloud IDE from the ground up to solve all the major pain points in building your ML models in the cloud. - We are adopting *JupyterLab* as the core of workspaces. JupyterLab is a fully extensible interactive computing environment - you can run both notebooks and python scripts using the terminal. It is very cool and has a much better experience than vanilla Jupyter notebooks. - You can write your algorithm on a low cost machine and when you are ready to train your model, you can switch to a GPU machine at the click of a button. GPU can greatly reduce the training time and help you find the best model for your problem. - You have access to Tensorboard to track training metrics. Plus all the machine level metrics tracked are available from the web interface. - Finally, you can easily search among of thousands of public datasets already uploaded to FloydHub by our community. Then easily download any of them in to your workspace and start using them in your project. We believe that workspaces will greatly simplify your ML workflow and help you focus on building ML algorithms. Workspaces support both the latest versions of Tensorflow and PyTorch. We are also launching some cool starter projects - click link below to create your first workspace and try them out yourselves. I'll be online all day to answer any questions you may have. https://www.floydhub.com/explore...
Report
7yr ago
George Davis
George Davis
frame.ai

frame.ai

Currently evaluating FloydHub in comparison to eg. Colab. There's a gravity well around Google ecosystem, but so many things they could do better that FH seems to be working on.

Pros:

7-day dedicated machines (vs. 12h for Colab)... great bootstrap experience w/ public datasets

Cons:

lots of collaboration features, but comment system could use love

Report
7yr ago