This repository contains a DNA classification app for detecting E. Coli bacteria.
The project includes a web-based application that performs DNA sequencing to detect E. Coli. The application leverages machine learning techniques to classify DNA sequences accurately.
- DNA sequencing and classification for E. Coli detection.
- Web-based interface for user interaction.
- Efficient data processing and classification.
mysite/: Contains the Django project files.manage.py: Script to run the Django server and manage the application.
DNA sequencing for detecting E.Coli.ipynb: Jupyter notebook with the DNA sequencing and classification code.image-1.png: Additional image resource.image.png: Additional image resource.
-
Clone the repository:
https://github.com/Shreyaprasad21/DNA-Classifiation-for-Detecting-ECOLI.git
-
Navigate to the project directory:
cd DNA-Classifiation-for-Detecting-ECOLI/mysite -
Install the required dependencies
-
Navigate to the
mysitedirectory:cd mysite -
Run the Django development server:
python manage.py runserver
-
Open a web browser and navigate to
http://127.0.0.1:8000/hometo access the application.
mysite/: Directory containing the Django project files.manage.py: Main script to run the Django server.
DNA sequencing for detecting E.Coli.ipynb: Jupyter notebook with the DNA sequencing and classification logic.image.png: Additional image file.
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.
This repository is licensed under the MIT License. See the LICENSE file for more information.