{"id":14972601,"url":"https://github.com/shadan100/sales-prediction-analysis","last_synced_at":"2026-03-01T11:02:39.684Z","repository":{"id":245994771,"uuid":"819778621","full_name":"shadan100/Sales-Prediction-Analysis","owner":"shadan100","description":"The aim is to build a predictive model and find out the sales of each product at a particular store. Using this model, BigMart will try to understand the properties of products and stores which play a key role in increasing sales.","archived":false,"fork":false,"pushed_at":"2024-06-25T07:38:33.000Z","size":256,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T02:43:40.053Z","etag":null,"topics":["artificial-intelligence","data-analysis","data-science","django","django-framework","jupyter-notebook","machine-learning","matplotlib","pandas","predictive-modeling","python","sales-prediction"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shadan100.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-25T07:26:16.000Z","updated_at":"2024-06-25T16:42:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"449ae1a5-b89e-4a96-9875-9ead91218848","html_url":"https://github.com/shadan100/Sales-Prediction-Analysis","commit_stats":null,"previous_names":["shadan100/sales-prediction-analysis"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadan100%2FSales-Prediction-Analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadan100%2FSales-Prediction-Analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadan100%2FSales-Prediction-Analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadan100%2FSales-Prediction-Analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shadan100","download_url":"https://codeload.github.com/shadan100/Sales-Prediction-Analysis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240118329,"owners_count":19750471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artificial-intelligence","data-analysis","data-science","django","django-framework","jupyter-notebook","machine-learning","matplotlib","pandas","predictive-modeling","python","sales-prediction"],"created_at":"2024-09-24T13:47:11.612Z","updated_at":"2026-03-01T11:02:39.637Z","avatar_url":"https://github.com/shadan100.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sales-Prediction-Analysis\nThe aim is to build a predictive model and find out the sales of each product at a particular store. Using this model, BigMart will try to understand the properties of products and stores which play a key role in increasing sales. So the idea is to find out the properties of a product, and store which impacts the sales of a product.\n\n**Dataset link:-** https://www.kaggle.com\n\n### Setup\n#### Step 1: Install Python\n\nEnsure Python is installed on your system. You can download it from [python.org](https://www.python.org/downloads/). It's recommended to use Python 3.x (e.g., Python 3.8 or Python 3.9).\n\n\n#### Step 2: Create and Activate Virtual Environment\n\n1. Navigate to your project directory in the terminal:\n   ```\n   cd path/to/your/project\n   ```\n\n2. Create a new virtual environment (replace `myenv` with your preferred name):\n   ```\n   virtualenv myenv\n   ```\n\n3. Activate the virtual environment:\n   - On Windows:\n     ```\n     myenv\\Scripts\\activate\n     ```\n   - On macOS and Linux:\n     ```\n     source myenv/bin/activate\n     ```\n\n#### Step 3: Install requirement.txt\n\n1. It will install all the packages that are required for this project:\n   ```\n   pip install -r requirements.txt\n   ```\n\n#### Step 4: Apply Migration \n1. Make initial migrations for the Django project:\n   ```\n   python manage.py makemigrations\n   ```\n\n2. Apply migrations to set up your database:\n   ```\n   python manage.py migrate\n   ```\n\n#### Step 5: Change model location \n1. The machine learning model (.sav) location inside django views.py need to be change according to your file system.\n   \n#### Step 6: Run Django Development Server\n\n1. Start the Django development server:\n   ```\n   python manage.py runserver\n   ```\n\n2. Open your web browser and go to `http://127.0.0.1:8000/` or `http://localhost:8000/` to see your Django project running locally.\n\n### Additional Notes\n\n- **Project Structure**: Ensure your project files are organized appropriately for a Django project. You may need to create apps (`python manage.py startapp appname`) within your project for specific functionalities like the stroke prediction analysis.\n  \n- **Database Configuration**: Django uses SQLite by default. Modify `settings.py` if you want to use a different database like PostgreSQL or MySQL.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadan100%2Fsales-prediction-analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadan100%2Fsales-prediction-analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadan100%2Fsales-prediction-analysis/lists"}