Skip to content

Anky209e/ModeLsmith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A machine learning website based on Django for all of our ML projects.

Developers : Ankit Kumar,Ashwani Ahlawat

ModeLsmith

Project Directory Structure

.
├── app
│   ├── cnn
│   ├── gans
│   ├── media
│   ├── models
│   ├── modelsmith
│   ├── nn
│   └── templates
├── cnn
│   ├── classes
│   └── __pycache__
├── data
│   └── nlp
├── gans
│   ├── classes
│   ├── migrations
│   └── __pycache__
├── media
│   ├── gans_images
│   └── home
├── models
├── modelsmith
│   └── __pycache__
├── nlp
│   ├── classes
│   ├── migrations
│   └── __pycache__
├── nn
│   ├── classes
│   ├── migrations
│   └── __pycache__
└── templates
    ├── cnn
    ├── gans
    ├── home
    ├── nlp
    └── nn

Setting up Environment and Running

cd /path/to/directory
python -m pip install -r requirements.txt
python manage.py runserver

About

A machine learning website created using Django.You can test our models of Cnn,Gans.etc.and see them working in real time.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages