Skip to content

jagdishlove/Batman_Arkham_shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title

Abstract:xxx

Papar Information

Install & Dependence

  • python
  • pytorch
  • numpy

Dataset Preparation

Dataset Download
dataset-A download
dataset-B download
dataset-C download

Use

  • for train
    python train.py
    
  • for test
    python test.py
    

Pretrained model

Model Download
Model-1 download
Model-2 download
Model-3 download

Directory Hierarchy

|—— .DS_Store
|—— .gitignore
|—— E-commerce - MERN Stack Application.pdf
|—— client
|    |—— .env
|    |—— .eslint.config.js
|    |—— README.md
|    |—— index.html
|    |—— jsconfig.json
|    |—— package-lock.json
|    |—— package.json
|    |—— postcss.config.js
|    |—— public
|        |—— favicon.svg
|    |—— src
|        |—— App.css
|        |—— App.jsx
|        |—— assets
|            |—— about.jpg
|            |—— batman.avif
|            |—— batmobile.avif
|            |—— batsuit.avif
|            |—— form.avif
|            |—— gotham.avif
|            |—— login.avif
|            |—— loginImage.avif
|            |—— logo.svg
|            |—— signup.jpg
|        |—— components
|            |—— Layout
|                |—— AdminHeader.jsx
|                |—— Footer.jsx
|                |—— Header.jsx
|                |—— MainLayout.jsx
|            |—— UI
|                |—— CookieConsent.jsx
|                |—— DeleteConfirmModal.jsx
|                |—— LoadingSpinner.jsx
|                |—— ProductCard.jsx
|                |—— ScrollToTop.jsx
|                |—— ToastContainer.jsx
|        |—— constants
|            |—— queryKeys.js
|        |—— hooks
|            |—— useAuth.js
|            |—— useCart.js
|            |—— useOrders.js
|            |—— useProducts.js
|        |—— index.css
|        |—— lib
|            |—— api.js
|            |—— http.js
|            |—— queryClient.js
|            |—— useStandardMutation.js
|            |—— useStandardQuery.js
|            |—— utils.js
|        |—— main.jsx
|        |—— pages
|            |—— Cart
|                |—— components
|                |—— index.jsx
|            |—— Cart.jsx
|            |—— Checkout.jsx
|            |—— ContactUs.jsx
|            |—— ErrorPage.jsx
|            |—— Faq.jsx
|            |—— Home.jsx
|            |—— Login.jsx
|            |—— OrderConfirmation.jsx
|            |—— OrderHistory.jsx
|            |—— Orders.jsx
|            |—— Privacy.jsx
|            |—— ProductDetail.jsx
|            |—— Products.jsx
|            |—— Profile
|                |—— index.jsx
|            |—— Signup.jsx
|            |—— TermsOfService.jsx
|            |—— adminPages
|                |—— AddProduct.jsx
|                |—— Dashboard.jsx
|                |—— OrderSection.jsx
|                |—— ProductSection.jsx
|        |—— routes
|            |—— adminRoutes.jsx
|            |—— index.jsx
|            |—— protectedRoutes
|                |—— AdminRoute.jsx
|                |—— UserRoute.jsx
|            |—— publicRoutes
|                |—— PublicRoute.jsx
|            |—— userRoutes.jsx
|        |—— store
|            |—— authStore.js
|            |—— cartStore.js
|            |—— cookieStore.js
|        |—— styles
|            |—— home.css
|            |—— toast.css
|        |—— utils
|            |—— cookies.js
|            |—— index.js
|            |—— storage.js
|            |—— toast.js
|    |—— tailwind.config.js
|    |—— vercel.json
|    |—— vite.config.js
|—— package.json
|—— server
|    |—— .DS_Store
|    |—— .env
|    |—— config
|        |—— database.js
|    |—— controllers
|        |—— authController.js
|        |—— cartController.js
|        |—— contactController.js
|        |—— orderController.js
|        |—— productController.js
|    |—— middleware
|        |—— auth.js
|        |—— errorHandler.js
|    |—— models
|        |—— Cart.js
|        |—— Contact.js
|        |—— Order.js
|        |—— Product.js
|        |—— User.js
|    |—— package-lock.json
|    |—— package.json
|    |—— routes
|        |—— auth.js
|        |—— cart.js
|        |—— contact.js
|        |—— orders.js
|        |—— products.js
|    |—— server.js
|    |—— services
|        |—— orderService.js
|    |—— utils
|        |—— error.js

Code Details

Tested Platform

  • software
    OS: Debian unstable (May 2021), Ubuntu LTS
    Python: 3.8.5 (anaconda)
    PyTorch: 1.7.1, 1.8.1
    
  • hardware
    CPU: Intel Xeon 6226R
    GPU: Nvidia RTX3090 (24GB)
    

Hyper parameters

References

License

Citing

If you use xxx,please use the following BibTeX entry.

Releases

No releases published

Packages

 
 
 

Contributors