avinsit123 / MIDAS_Intern_Assignment

Contains assignment for summer intern at Midas Lab,IIITD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIDAS_Intern_Assignment

Contains assignment for summer intern at Midas Lab,IIITD

Note: Jsonl files are not rendered by Github properly.In order to view the contents click on View as Raw button on the top-right corner.

Directory Structure

.
├── CV_Problem
│   ├── MIDAS_CV_TASK.ipynb
│   ├── Vision_task_dataset_public
│   │   ├── hitkul(sample_submission).csv
│   │   ├── test_image.pkl
│   │   ├── train_image.pkl
│   │   └── train_label.pkl
│   ├── avinash_swaminathan.csv
│   └── clothes_1_2.pt
└── Python\ Problem
    ├── MIDAS_Assignment.ipynb
    ├── MIDAS_TWEETS.csv
    └── tweets.jsonl


Codebase

  • MIDAS_CV_TASK.ipynb contains code for training and testing my image classifier model.
  • clothes_1_2.pt is the checkpoint containing weights of the downloaded model
  • avinash_swaminathan.csv contains predictions of the test set.
  • MIDAS_Assignment.ipynb is the jupyter notebook for python task
  • tweets.jsonl is the jsonlines file containing the midasIIITD's tweets in json format

About

Contains assignment for summer intern at Midas Lab,IIITD


Languages

Language:Jupyter Notebook 100.0%