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.
- Host: GitHub
- URL: https://github.com/almas-ali/islamicai
- Owner: Almas-Ali
- Created: 2023-04-24T19:04:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T14:03:04.000Z (over 2 years ago)
- Last Synced: 2025-01-07T15:28:40.174Z (9 months ago)
- Language: CSS
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```