DSC-UIET / Hacktoberfest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Event details

Hacktoberfest® is open to everyone in our global community. Whether you’re a developer, student learning to code, event host, or company of any size, you can help drive growth of open source and make positive contributions to an ever-growing community. All backgrounds and skill levels are encouraged to complete the challenge.

  • Hacktoberfest is a celebration open to everyone in our global community.
  • Pull requests can be made in any GitHub-hosted repositories/projects.
  • You can sign up anytime between October 1 and October 31.

Rules

To earn your Hacktoberfest tee or tree reward, you must register and make four valid pull requests (PRs) between October 1-31 (in any time zone). PRs can be made to any public repo on GitHub, not only the ones with issues labeled Hacktoberfest. If a maintainer reports your pull request as spam or behavior not in line with the project’s code of conduct, you will be ineligible to participate. This year, the first 70,000 participants who successfully complete the challenge will be eligible to receive a prize.

Go Ahead!!! Participate & Contribute

Tracks available

Index Tracks Sub-Category/Tech-Stack
1 Machine learning NLP, Computer Vision, CV+NLP,Image_Processing,Misc
2 Mobile Development Flutter
3 Web Development Reactjs,Vanilla ES5 Javascript
4 DS Algo Questions
5 Computer Vision (OpenCV) OpenCV
6 Basic python projects Python_Projects

We encourage you to contribute to some projects instead of simple repos with just question and answers (like DS Algo), but if anyone struggles with git and github then they can refer to that repo

Machine Learning

NLP

Students can implement or can show implementation details via slides and Make PR to this Repo only, Example Format of Slides

  • Sentiment Analysis of Twitter Messages Using Word2Vec ( Paper )
  • When does a Compliment become Sexist? Analysis and Classification of,Ambivalent Sexism using Twitter Data (Paper)
  • Sentiment Analysis Using Deep Learning Techniques: A Review ( Paper )
  • DialogueRNN: An Attentive RNN for Emotion Detection in Conversations ( Paper )
  • Adversarial Autoencoderss ( Paper )
  • AbstractiveTextSummarization ( Paper )

Computer_Vision

  • Goggles for blind ( Repo ) (Intermediate)

Image_Processing

  • Rethinking Reprojection: Closing the Loop for Pose-aware Shape, Reconstruction from a Single Image ( Paper )
  • A Style-Based Generator Architecture for Generative Adversarial Networks ( Paper )

Computer_Vision_NLP

  • Image Captioning using InceptionV3 and Beam ( Repo ) (Intermediate)
  • Fun With Machine Learning ( Repo )(Beginner, Intermediate, Web Dev)

Misc

  • COMPRESSIVE TRANSFORMERS FOR LONG-RANGE SEQUENCE MODELLING ( Paper )

Mobile Development

Flutter

Students can solve issues of these projects by making PRs to their repo

  • Simple News App ( Repo ) (Intermediate,Solve issues)
  • Redmi Note 7s Calculator Clone ( Repo ) (Basic, Search for bugs, add feature,create issues and solve them)
  • Music Player ( Repo ) (Intermediate,Search for bugs, add feature,create issues and solve them)

DS_Algo

C++

  • New_learners(Repo)(Very Basic)

Javascript

  • Problem Solving using Javascript(Repo)

Blend

  • Data-Structures-and-Algorithms(Repo)

OpenCV

  • Webcam-Data-Utility Tool (Repo) (Python, Look For bugs, Make code modular)(easy)
  • Rock-Paper-Scissor Game (Repo) (Improve game UI)(easy)
  • Exercise-with-OpenCV Game (Repo) (Code for scoring, Game UI, Code for detecting player's hand)(easy)

Python_Projects

  • Virtual assistant (Repo) ( provide GUI, add new features ) (intermediate)

Web Development

Reactjs

  • A simple todo app in Reactjs(Repo)

Vanilla_ES5_Javascript.

  • Calculator 🧮(Repo)