Skip to content

Commit

Permalink
Added Pages for AI month
Browse files Browse the repository at this point in the history
Added 3 ML sessions + Kaggle Konquest
  • Loading branch information
AakarM1 committed Mar 25, 2024
1 parent db55f2a commit 5f3b60b
Show file tree
Hide file tree
Showing 20,623 changed files with 1,457,396 additions and 7 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4,413 changes: 4,413 additions & 0 deletions docs/ML Essentials - NLP.ipynb

Large diffs are not rendered by default.

1,429 changes: 1,429 additions & 0 deletions docs/ML Essentials- Computer vision.ipynb

Large diffs are not rendered by default.

12,622 changes: 12,622 additions & 0 deletions docs/ML Essentials_ Exploring Data Analysis Techniques with Tabular Datasets.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Template Title
# Welcome to AI-Month!!!

Template text
Welcome to ACM-BPDC page for AI Month. After an extremely exciting month, we conclude it with great happiness. We hope you enjoyed it just as much as us. The documentation used for the events have been linked above for your reference. See you soon!!!
14 changes: 14 additions & 0 deletions docs/kaggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Kaggle Konquest

Hello from ACM BPDC

Students implemented all the ML Essentials knowledge to work in "Kaggle Konquest" 💻 - the coolest Kaggle competition hitting on March 8th! 🎉

The week-long competition, was sponsored by Intel and winners won hefty cash prizes. 💰

They dived deep into datasets, showcasing their analytical prowess at every turn📊

🗓️ Competition Duration: 8th March 2024,(Friday)- 14th March 2024(Thursday)
🤑 Prizes : AED 250, 200, 100

Only one motto to stand by! Enter, Excel, Earn - it's that simple! 🚀
13 changes: 8 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
site_name: Template Site
site_name: AI Month
remote_branch: gh-pages
site_url: https://template_site.acmbpdc.org
site_author: ACM BPDC
site_description: A template site, replace this with the actual description
site_description: An overview of the AI Month; includes ML Essential sessions and the Kaggle competition
repo_url: https://github.com/acmbpdc/mkdocs-template
repo_name: acmbpdc/mkdocs-template

Expand Down Expand Up @@ -47,9 +47,12 @@ extra:
link: https://discord.gg/DYQdxquYwP

# Use the below section for more specific control
# nav:
# - Home: index.md
# - Git & GitHub Workshop: workshop.md
nav:
- Home: index.md
- ML Essentials Tabular Datasets: './ML Essentials_ Exploring Data Analysis Techniques with Tabular Datasets.ipynb'
- ML Essentials Computer Vision: './ML Essentials- Computer vision.ipynb'
- ML Essentials NLP: './ML Essentials - NLP.ipynb'
- Kaggle Konquest: './kaggle.md'

markdown_extensions:
- toc:
Expand Down
1 change: 1 addition & 0 deletions venv1/Lib/site-packages/Babel-2.14.0.dist-info/INSTALLER
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pip
27 changes: 27 additions & 0 deletions venv1/Lib/site-packages/Babel-2.14.0.dist-info/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Copyright (c) 2013-2023 by the Babel Team, see AUTHORS for more information.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37 changes: 37 additions & 0 deletions venv1/Lib/site-packages/Babel-2.14.0.dist-info/METADATA
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Metadata-Version: 2.1
Name: Babel
Version: 2.14.0
Summary: Internationalization utilities
Home-page: https://babel.pocoo.org/
Author: Armin Ronacher
Author-email: [email protected]
Maintainer: Aarni Koskela
Maintainer-email: [email protected]
License: BSD-3-Clause
Project-URL: Source, https://github.com/python-babel/babel
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: pytz >=2015.7 ; python_version < "3.9"
Provides-Extra: dev
Requires-Dist: pytest >=6.0 ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: freezegun ~=1.0 ; extra == 'dev'

A collection of tools for internationalizing Python applications.
Loading

0 comments on commit 5f3b60b

Please sign in to comment.