# Skeleton Project

**URL:** https://discuss.flower.ai/t/skeleton-project/260
**Category:** General
**Created:** [July 2, 2024, 5:00pm UTC](https://discuss.flower.ai/t/skeleton-project/260 "2024-07-02T17:00:58Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![pedropgusmao](https://avatars.discourse-cdn.com/v4/letter/p/d2c977/32.png) [@pedropgusmao](https://discuss.flower.ai/u/pedropgusmao)
#### Post date: [July 2, 2024, 5:00pm UTC](https://discuss.flower.ai/t/skeleton-project/260/1 "2024-07-02T17:00:58Z")

</div>

Hi everyone,  
Is there any skeleton project that can be used as a starting point for running experiments? Something that would use Wandb, Flower Simulation (Ray), and Hydra?

---

<div class="post-metadata">

### Author: ![javier](https://dub1.discourse-cdn.com/flex013/user_avatar/discuss.flower.ai/javier/32/116_2.png) [@javier](https://discuss.flower.ai/u/javier)
#### Post date: [July 3, 2024, 6:04pm UTC](https://discuss.flower.ai/t/skeleton-project/260/2 "2024-07-03T18:04:42Z")

</div>

Hello @pedropgusmao !! I was at first tempted on pointing you towards our baseline template which does pretty much what you ask for (except the W&B part). The instructions for how to use the template are [presented here](https://github.com/adap/flower/tree/main/baselines#contributing-a-new-baseline).

However!! We are in the process of updating these (this month will happen) so they make use of the new logic and components in Flower.

For now, you could use the CLI command (install flower first):

```bash
flwr new

```

and it will guide you and create a project for you, simple but fully runnable right away via [`flwr run`](https://flower.ai/docs/framework/ref-api-cli.html#flwr-run). You’ll see the instructions after running [`flwr new`](https://flower.ai/docs/framework/ref-api-cli.html#flwr-new).

---

<div class="post-metadata">

### Author: ![system](https://europe1.discourse-cdn.com/flex013/uploads/flower/original/1X/bc7fe36843c391cbd0b4e8b6f48275961d356abc.png) [@system](https://discuss.flower.ai/u/system)
#### Post date: [July 11, 2024, 2:51pm UTC](https://discuss.flower.ai/t/skeleton-project/260/3 "2024-07-11T14:51:21Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
