File size: 1,186 Bytes
829b2a9
51a4c06
fa433f9
829b2a9
 
 
8e00f37
829b2a9
 
 
8367aac
 
 
0e1919b
 
 
 
c98c7f7
 
 
0e1919b
 
 
c98c7f7
 
 
0e1919b
c98c7f7
0e1919b
c98c7f7
0e1919b
 
 
c98c7f7
 
0e1919b
 
c98c7f7
 
 
829b2a9
fa433f9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
title: test
emoji: 🏆
colorFrom: green
colorTo: purple
sdk: gradio
sdk_version: 5.30.0
app_file: app.py
pinned: false
---

Using the provided dataset can you create an accurate and fast Indoor vs Outdoor detection model? 

Submission Format

Users must submit their code in a .zip file format. The zip file should include:

	-A main.py Python file that contains a function named evaluate

	-A user_reqs.txt file listing all dependencies

Main Python File Requirements

	-The file must be named main.py

	-The main Python script must contain a function named evaluate.

	-This function should accept a single parameter: filepath, which represents the file path to the dataset.

	-The function should process the dataset and return an array with a length of eight of 0s or 1s, indicating whether a sector is labelled inside or outside.

Requirements File

	-The user_reqs.txt file must include all necessary dependencies required to run the submitted code.

Dataset

	-There is a dataset available to download here: https://huggingface.co/datasets/IndoorOutdoor/train_data/tree/main



Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference