Skip to content

AAISS/AAISS-Backend-2020

Repository files navigation

Logo

AAISS

Table of Contents
  1. About The Project
  2. Contributing
  3. License
  4. Contact

About The Project

![Product Name Screen Shot][product-screenshot]

Amirkabir's Student Summit in Artificial Intelligence is an event held by the Students' Scientific Chapter of the Computer Engineering Department. This event consists of advanced talks on various topics in deep learning, machine learning, natural language processing, computer vision and bioinformatics, plus workshops with levels ranging from elementary to advanced that will be enlightening for all kinds of students. This event focuses on the latest state of the art researches and it works to exchange ideas and spread the knowledge of artificial intelligence for Persian-speaking enthusiasts from all around the globe. in this project backend of aaiss has implemented with python programming language and Django framework.

(back to top)

Built With

frameworks/libraries/languages:

(back to top)

Prerequisites

  • Python3.8
    sudo apt install python3.8
     

*pip sh sudo apt install python3-pip

Installation

  1. Clone the repo

    git clone https://github.com/AAISS/AAISS-Backend-2020.git
  2. Install Python packages

    pip install -r requirements.txt
  3. Enter your Configs in .env

     SECRET_KEY=
     DEBUG= 
     DJANGO_ALLOWED_HOSTS=
     EMAIL_HOST=
     EMAIL_PORT=20
     EMAIL_HOST_USER=
     EMAIL_HOST_PASSWORD=
     EMAIL_USE_TLS=
     EMAIL_USE_SSL=
    
     X_API_KEY=
     X_SANDBOX=0
  4. Running server To start server run this command (port is optional default value is 8000)

source startserver.sh PORT

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GNU license. See LICENSE for more information.

(back to top)

Contact

mahan zendehdel - @Mahanmmi - mahanmmi@gmail.com hosein lookzadeh - hoseinlooki0@gmail.com

Project Link: https://github.com/AAISS/AAISS-Backend-2020.git

(back to top)

About

Django powered backend for aut-ce-ssc aaiss event

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages