Welcome to our AI and Machine Learning Repository!
๐ Explore the World of AI/ML! This repository is a treasure trove of fascinating AI projects that blend innovation, creativity, and cutting-edge techniquesโdive in and be inspired!
We're thrilled to have you here! ๐
๐ฉโ๐ผ Description:
Predict startup profits based on factors like Expenditure, location, etc. using regression models.
๐พ Project Category: Machine Learning
๐ Details:
- Predicts Startup profits
- Regression models like Linear regression
- Marketing, Administration and R&D Cost, Location data given
๐ Description:
Forecast IPL match scores dynamically using historical player and team performance data.
๐พ Project Category: Machine Learning
๐ Details:
- 13 Cricket Teams
- Regression models like Linear Regression, Random Forest, etc.
- Analysis of IPL Scoring Trends
๐ Description:
Estimate the chances of university admissions based on GRE, TOEFL scores, and other parameters.
๐พ Project Category: Machine Learning
๐ Details:
- Estimates Chances of Admission
- Regression models like Linear Regression
- GRE Score, CGPA, other academic details given
๐ฅน Description:
Classify text or speech inputs into emotional categories using advanced Natural Language Processing techniques.
๐พ Project Category: Machine Learning
๐ Details:
- Textual data available
- 8 Categories of Emotions : 'Anger', 'Disgust', 'Fear', 'Joy', 'Neutral', 'Sadness', 'Shame', 'Surprise'
- Logistic Regression, Multinomial Naive Bayes, other models
๐ณ Description:
Identify fraudulent credit card transactions using anomaly detection and machine learning classifiers.
๐พ Project Category: Machine Learning
๐ Details:
- Classifies Legit and Fraudulent Transactions
- Logistic Regression and other Classification algorithms
๐ข Description:
Predict property rental prices on Airbnb based on location, amenities, and historical data.
๐พ Project Category: Machine Learning
๐ Details:
- Property Price Prediction
- Linear Regression and Ensemble learning
- Analysis of Amenities, Location and other Factors
๐ Description:
Automatically solve Sudoku puzzles with optimized backtracking and computer vision integration.
๐พ Project Category: Python
๐ Details:
- Interesting Sudoku puzzle solver
- User Friendly TKinter GUI
- Back Tracking Mechanism
๐งฎ Description:
Develop a tool to monitor and predict expenses, offering personalized financial recommendations.
๐พ Project Category: Python
๐ Details:
- User Friendly UI
- Transaction Tracking
- Report Generation
๐๏ธ Description:
Generate Artist recommendations based on user's past activity and interests of similar users.
๐พ Project Category: Machine Learning
๐ Details:
- Recommendation System for Artists
- LightFM Library
- Matrix Factorization
-
Fork this Repository
Click the Fork button to create your copy of this repository. -
Clone the Repository
git clone https://github.com/GDG-IGDTUW/AI-ML-1.git cd repo-name -
Install Dependencies
Navigate to the project folder you're interested in.
For example:cd Sentiment-AnalysisLoad the dataset and Install necessary Libraries
-
Make Your Contributions
- Perform EDA.
- Train models.
- Enhance Accuracy.
- Add features.
- Test your changes.
-
Submit a Pull Request
Push your changes and create a pull request to propose your contributions! ๐
We โค๏ธ contributions! Follow these simple steps to contribute:
-
Browse through Issues and Choose any
Browse the Issues tab and comment on the one you'd like to work on. -
Clone the Repo, Make changes and Branch Out
Create a new branch for your changes:git checkout -b feature-name
-
Commit Your Work
Write clear and concise commit messages:git commit -m "Add: Feature description" -
Push and PR
Push your branch and create a pull request for review.
๐ Tips for Contributors
- Follow the repositoryโs code style and structure.
- Keep ML model training scripts well-indented and include comments.
- Share any interesting results or insights in the pull request description.
- If you want an issue to be assigned to you, Tag us and mention so under the issue.
- Please be patient and Feel free to Tag the maintainer or collaborators for any queries. โค๏ธ
Happy Coding and Collaborating!๐โค๏ธ