Skip to content

MYethishwar/AI-engineering

Repository files navigation

Repository Architecture

AI Engineering Repository

A complete engineering repository containing:

  • Full-Stack Development
  • React + FastAPI Applications
  • Docker & Cloud Deployment
  • Machine Learning Projects
  • Smart Energy Systems
  • UI/UX Engineering

Repository Structure

AI-engineering/
│
├── README.md
├── LICENSE
├── .gitignore
│
├── Week 1 Pre-boarding projects/
│   │
│   ├── 01 Python Projects/
│   │   ├── Car_Game.ipynb
│   │   ├── Guessing_Game.ipynb
│   │   ├── data.json
│   │   └── done_when.py
│   │
│   ├── 02 Git and GitHub/
│   │   └── Important Git Commands.md
│   │
│   ├── 03 HTML_CSS_JS/
│   │   └── Fetch_Project/
│   │       └── index.html
│   │
│   ├── 04 Docker/
│   │   ├── Dockerfile
│   │   ├── Docker_Workflow.md
│   │   └── sample.py
│   │
│   ├── 05 FastAPI/
│   │   └── main.py
│   │
│   ├── 06 React/
│   │   ├── travel-backend/
│   │   │   └── main.py
│   │   │
│   │   └── travel-frontend/
│   │       ├── public/
│   │       ├── src/
│   │       │   ├── App.js
│   │       │   ├── index.js
│   │       │   └── index.css
│   │       │
│   │       ├── package.json
│   │       └── README.md
│   │
│   ├── 07 ReactRouter/
│   │   ├── backend/
│   │   │   └── main.py
│   │   │
│   │   └── frontend/
│   │       ├── src/
│   │       │   ├── components/
│   │       │   │   └── Sidebar.js
│   │       │   │
│   │       │   ├── pages/
│   │       │   │   ├── Home.js
│   │       │   │   ├── About.js
│   │       │   │   └── Contact.js
│   │       │   │
│   │       │   ├── App.js
│   │       │   └── index.js
│   │       │
│   │       └── package.json
│   │
│   └── README.md
│
├── Week 2 Machine Learning/
│   │
│   ├── machine_learning_done_when.ipynb
│   ├── linear_regression_model.pkl
│   ├── logistic_model.pkl
│   ├── README.md
│   └── image.png
│
├── VoltStream Application/
│       ├── backend/
│       │   ├── main.py
│       │   ├── requirements.txt
│       │   └── Dockerfile
│       │
│       └── frontend/
│           │
│           ├── public/
│           │
│           ├── src/
│           │   │
│           │   ├── components/
│           │   │   └── Navbar.js
│           │   │
│           │   ├── pages/
│           │   │   ├── Home.js
│           │   │   ├── Dashboard.js
│           │   │   ├── Analytics.js
│           │   │   ├── Devices.js
│           │   │   ├── Billing.js
│           │   │   └── Terminologies.js
│           │   │
│           │   ├── App.js
│           │   ├── index.js
│           │   └── index.css
│           │
│           ├── tailwind.config.js
│           ├── postcss.config.js
│           ├── package.json
│           └── README.md
│
├── Travel Journal Application/
│   │
│   ├── Phase 01/
│   │   ├── index.html
│   │   ├── style.css
│   │   └── app.js
│   │
│   ├── Phase 02/
│   │   ├── backend/
│   │   │   └── main.py
│   │   │
│   │   └── frontend-react/
│   │       ├── src/
│   │       │   ├── App.js
│   │       │   ├── index.js
│   │       │   └── components/
│   │       │
│   │       └── package.json
│   │
│   └── Final Project/
│       │
│       ├── backend/
│       │   ├── main.py
│       │   └── uploads/
│       │
│       ├── frontend/
│       │   ├── src/
│       │   │   ├── components/
│       │   │   ├── pages/
│       │   │   ├── App.js
│       │   │   └── index.js
│       │   │
│       │   └── package.json
│       │
│       ├── Dockerfile
│       ├── docker-compose.yaml
│       └── requirements.txt

Major Technologies Used

Category Technologies
Frontend React, Tailwind CSS, HTML, CSS, JavaScript
Backend FastAPI, Python
Charts Recharts
Cloud Google Cloud Platform
Containerization Docker
Machine Learning Scikit-learn
Routing React Router
APIs REST APIs
Version Control Git & GitHub

Featured Projects

VoltStream Smart Energy Platform

A modern smart energy monitoring system featuring:

  • Real-time energy monitoring
  • Solar analytics
  • Smart device management
  • Billing insights
  • Glassmorphism UI
  • Cloud-ready architecture

Travel Journal Application

A progressive full-stack travel platform developed from:

  • Basic HTML/CSS/JS
  • React frontend
  • FastAPI backend
  • Dockerized deployment architecture

Machine Learning Experiments

Includes:

  • Linear Regression
  • Logistic Regression
  • Model serialization
  • Jupyter notebook experimentation

About

A pre-boarding repository showcasing React, FastAPI, and API integration with structured learning notes, implementation and projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors