02_프로젝트 생성

02_Creating a Project

Let’s kickstart your journey through the hackathon! In this hackathon, you will have the opportunity to register your innovative ideas and projects in the Hugging Face KREW Hackathon 2023 collection, and share them with both the local and global audience via a wall of fame in our offline event and community blog post on Hugging Face.

"Hugging Face KREW Hackathon 2023" (collection)
    ├── ParticipantProject(1) (space)
    ├── ...
    ├── ParticipantProject(n-1) (model)
    └── ParticipantProject(n) (dataset)

Registering with Hugging Face

Before you begin, sign up with Hugging Face through this link: hf.co/join. Become part of a global community by completing a simple registration process.

Enrolling as a Pseudo Lab Contributor

After signing up, proceed to the Contributor Registration page and gain access to ‘Pseudo Lab’ projects. This platform is where your ideas will shine.

Directly Creating Your Project

Try creating a new Space by clicking the New button within the Pseudo Lab organization. For the Space name, use something representative of your project. In the license selection, we recommend the “Apache 2.0 License.”

Configuring your project for actual deployment is crucial. In the SDK options, we particularly recommend Gradio for beginners. It’s user-friendly, offering various examples for quick learning. While the basic free CPU resources are provided for hardware, you can request additional GPU resources if necessary. However, please make such requests only when essential, as all participants share these resources!

  • Using advanced GPU hardware resources will consume the overall hackathon Credit.
  • We request efficient usage with consideration for other participants.

Importing an Existing Project

If you’ve already initiated a project in your personal account, no need to worry. You can clone the repo, change the ownership to pseudolab, and it will show up in our leaderboard!

Crafting a README

The project’s README file should be meticulously crafted to ensure that anyone can easily comprehend the project. It should provide ample information about the project, including its objectives, the technologies employed, key changes, among other pertinent details. Other participants will definitely appreciate your gesture!

Lastly set the pinned argument to false. We want a fair review process among participants, so please promote your work through other options (such as sns).

README.md
title: 'My Project'
emoji: 🌌
colorFrom: purple
colorTo: yellow
sdk: gradio
sdk_version: 3.36.1
app_file: app.py
pinned: false