Skip to content

ankitpoddar07/Internship-Research-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š Internship Projects & Research Analysis

This repository contains my internship tasks, learning projects, and research work done during various internships, covering areas like app development, AI, blockchain, UI/UX, and more.

Each folder contains the relevant code, resources, and documentation related to the specific internship or technology.


Made with πŸ’» by Ankit Poddar


πŸ” Project Descriptions & πŸ›  Setup Instructions

πŸ“ Deloitte Internship / Data Analytics

πŸ“Š Excel-based analysis focused on equality and data reporting tasks during the Deloitte internship.

Setup Instructions: No setup required. Open the Excel file directly in Microsoft Excel or Google Sheets.

πŸ“ Snestron Material-Internship Tasks / App Development

πŸ“± A Kivy-based daily task tracker app built using Python and packaged using Buildozer for Android deployment.

Setup Instructions:

  1. Install Kivy and Buildozer in a Python environment.
  2. Navigate to the daily_task_tracker directory.
  3. Run python main.py to test locally, or use buildozer android debug to build the APK.

πŸ“ Snestron Material-Internship Tasks / Artificial Intelligence

🧠 A customer support chatbot built using Python with natural language understanding from intents.json.

Setup Instructions:

  1. Install required packages: pip install -r requirements.txt
  2. Run the app using python main.py

πŸ“ Snestron Material-Internship Tasks / Automation Testing

πŸ§ͺ Selenium-based automation test scripts for an eCommerce platform.

Setup Instructions:

  1. Install Selenium: pip install -r requirements.txt
  2. Run the test: python test_ecommerce.py

πŸ“ Snestron Material-Internship Tasks / blockchain technology

πŸ” A decentralized voting system using Ethereum, Solidity, and Truffle framework.

Setup Instructions:

  1. Install Truffle: npm install -g truffle
  2. Compile contracts: truffle compile
  3. Deploy contracts locally using Ganache: truffle migrate
  4. Launch frontend from src/

πŸ“ Snestron Material-Internship Tasks / c ++ programming

πŸ“š Library Management System in C++ using classes and file handling.

Setup Instructions:

  1. Navigate to the library-management folder.
  2. Compile using: make
  3. Run: ./library

πŸ“ Snestron Material-Internship Tasks / c programming

πŸ—‚ Student Record Management System in pure C.

Setup Instructions:

  1. Compile the file: gcc SRMS.c -o srms
  2. Run: ./srms

πŸ“ Snestron Material-Internship Tasks / data analytics

πŸ“ˆ Sales data analysis using Python, Power BI, and data visualization tools.

Setup Instructions:

  1. Open .pbix file in Power BI for dashboard view.
  2. For Python: pip install -r requirements.txt and run sales_data_analysis.ipynb

πŸ“ Snestron Material-Internship Tasks / Python-Programs

🐍 Various Streamlit and Flask-based Python dashboards and data apps.

Setup Instructions:

  1. Navigate to individual project directories.
  2. Install requirements: pip install -r requirements.txt
  3. Run using: streamlit run app.py or python app.py depending on the project.

πŸ“ Snestron Material-Internship Tasks / sql

πŸ’Ύ SQL project simulating an online store with schema, queries, and inserts.

Setup Instructions:

  1. Import schema.sql into MySQL or PostgreSQL.
  2. Use insert_data.sql to populate.
  3. Run queries.sql to extract insights.

πŸ“ Snestron Material-Internship Tasks / UI-UX Designs

🎨 Complete UI/UX design for a food delivery app with React and Supabase backend.

Setup Instructions:

  1. Run npm install to install dependencies.
  2. Create .env using .env.example.
  3. Run locally using: npm run dev