Giter VIP home page Giter VIP logo

data-science-community-srm / ailment Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 3.0 23.17 MB

This project comprises predicting different types of disease at one place Pneumonia, Malaria, Liver Disease and Cardiovascular Disease

License: MIT License

Python 0.61% CSS 0.01% JavaScript 0.01% HTML 3.31% Jupyter Notebook 96.07%
disease-prediction pneumonia-detection malaria-detection liver-disease cardiovascular-disease

ailment's Introduction

Community Website

forthebadge


contributions welcome Maintenance Website thismypc.com GitHub license

We are a technology driven Data Science-based student-led innovation community at SRM IST. Here at Data Science Community, we make real-time projects, conduct researches, organize meetups, host events, and workshops. We guide and teach all those who aspire to work in these fields and help them attain better skills and knowledge.

This repository contains the source code for our website and is open source so that anyone willing to make contributions can easily do so.

Web Site System

Website Details

  • Home Page Includes all the details about the community, sponsors and other pages.

  • Events Page One of the most pivotal page in the website, which serves multiple purposes like:

    1. Register for upcoming events
    2. Suscribe to push notifications.
    3. Certificates and Pictures of the events.
    4. Event Timeline and much more
  • Blog Page Api call for Medium blogs which updates every hour, this is interesting Yupieee!

  • People Page to showcase our brightest minds and the one's who make our community stand out among the other teams.

  • Contact us Feedback and communication made simple using MongodB and Nodejs Backend.

Built With

Clone Project

git clone https://github.com/Data-Science-Community-SRM/Data-Science-Community-website.git

This Command will copy a full project to your local environment

React App

Setting up React Project

    npm install

Run React App

Run npm run client for the Frontend server. Navigate to http://localhost:3000. The app will automatically reload if you change any of the source files.

Database

MongoDB used as the Database.

Project Maintainers

Ananya Negi

Your Name Here (Insert Your Image Link In Src

Ria Tyagi

Your Name Here (Insert Your Image Link In Src

Adit Patel

Your Name Here (Insert Your Image Link In Src

Ankit Hans

Your Name Here (Insert Your Image Link In Src

Hritik Bhandari

Your Name Here (Insert Your Image Link In Src

Yashvardhan Jagnani

Your Name Here (Insert Your Image Link In Src

Hariom Palkar

Your Name Here (Insert Your Image Link In Src

Ashish Agarwal

Your Name Here (Insert Your Image Link In Src

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Licensing

The MIT License 2020.

forthebadge โ€‚forthebadge โ€‚forthebadge

forthebadge

ailment's People

Contributors

shinjinee avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ailment's Issues

error in pip install -r requirements.txt

  WARNING: Installing from a newer Wheel-Version (1.1)
    Running setup.py install for python-snappy ... error
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-r1fj0fc5/python-snappy/setup.py'"'"'; __file__='"'"'/tmp/pip-install-r1fj0fc5/python-snappy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-134jzbiu/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.8/python-snappy
         cwd: /tmp/pip-install-r1fj0fc5/python-snappy/
    Complete output (23 lines):
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-3.8
    creating build/lib.linux-x86_64-3.8/snappy
    copying snappy/snappy_cffi_builder.py -> build/lib.linux-x86_64-3.8/snappy
    copying snappy/__init__.py -> build/lib.linux-x86_64-3.8/snappy
    copying snappy/snappy_cffi.py -> build/lib.linux-x86_64-3.8/snappy
    copying snappy/__main__.py -> build/lib.linux-x86_64-3.8/snappy
    copying snappy/snappy_formats.py -> build/lib.linux-x86_64-3.8/snappy
    copying snappy/hadoop_snappy.py -> build/lib.linux-x86_64-3.8/snappy
    copying snappy/snappy.py -> build/lib.linux-x86_64-3.8/snappy
    running build_ext
    building 'snappy._snappy' extension
    creating build/temp.linux-x86_64-3.8
    creating build/temp.linux-x86_64-3.8/snappy
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.8 -c snappy/snappymodule.cc -o build/temp.linux-x86_64-3.8/snappy/snappymodule.o
    snappy/snappymodule.cc:31:10: fatal error: snappy-c.h: No such file or directory
       31 | #include <snappy-c.h>
          |          ^~~~~~~~~~~~
    compilation terminated.
    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
    ----------------------------------------
ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-r1fj0fc5/python-snappy/setup.py'"'"'; __file__='"'"'/tmp/pip-install-r1fj0fc5/python-snappy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-134jzbiu/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.8/python-snappy Check the logs for full command output.

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.