Code Monkey home page Code Monkey logo

covid-19-project's Introduction

src : has the wrappers required to use the models or functionalities

models : holds the trained models

pipeline_ui : hold the GUI for data_pipeline

figures : output directory

data : input directory and may hold raw/processed/interim data

requirements.txt : holds the packages to be installed to execute the pipeline

run.py : program to call the UI

Tools

**** Create miniconda environment(to enable single project based environment that doesn't mix up with other project environments) ****

Miniconda steps

Install miniconda

Then do the following

cd <drive_name>:

cd python

md <project_folder_name>

cd <project_folder_name>

conda create --prefix ./env pandas numpy matplotlib scikit-learn

To activate the environment

conda activate <dive_name>:\Python<project_folder_name>\env

To install jupyter

conda install jupyter

Test Jupyter

jupyter notebook

Testing existence of the packages that we installed.

import pandas as pd import numpy as np import matplotlib.pyplot as plt import sklearn

To close the environment

ctrl+c

To deactivate the project environment

conda deactivate

Additional

**** To install requirements after pulling updated repo use->> pip isntall -r requirements.txt ****

**** Use google colaboratory for training for large datasets that requires lot of GPU ****

covid-19-project's People

Contributors

apk-01 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.