Skip to content

jrc16107/CSE_SDP_G28_ML

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

CSE Senior Design Project Group 28

Environment Configuration

Please go here https://docs.python.org/3.8/tutorial/venv.html for detailed instructions on configuring a virtual environment. It is important that you create the virtual environment in the "./venv" directory. The .gitignore file has been configured for the virtual environment to be located in "./venv".

Install necessary packages

Once you have configured your virtual environment you must first activate it with

"source venv/bin/activate" - macOS or Linux

"venv\Scripts\activate.bat" - Windows

NOTE: These commands assume that you are currently located in the upper most working directory

To install the necessary packages execute the following

"pip install -r requirements.txt"

All current required packages will be downloaded and installed.

About

The repository for the senior design project for group 28. The image classification of diseases for application towards COVID-19 identification.

Resources

License

Stars

Watchers

Forks

Releases

No releases published