An open API service indexing awesome lists of open source software.

https://github.com/almas-ali/islamicai

A learning platform with AI tools for Muslims.
https://github.com/almas-ali/islamicai

Last synced: 8 months ago
JSON representation

A learning platform with AI tools for Muslims.

Awesome Lists containing this project

README

          

# Islamic AI

A learning platform with AI tools for Muslims.

## Installation

```bash
# Clone the repository
git clone https://github.com/Almas-Ali/IslamicAI.git

# Go inside the directory
cd IslamicAI

# Create a virtual environment
python3 -m virtualenv env

# Activate the virtual environment
source env/bin/activate

# Install pip requirements
pip install -r requirements.txt

# Install npm packages
npm install

# Watch for changes on development server. Not requires for production server.
npx tailwindcss -i ./static/src/input.css -o ./static/src/output.css --watch

# Run the server
python manage.py runserver

```