https://github.com/jerryblessed/importation
A web application where students can receive scholarship funding and also further their Carrer.
https://github.com/jerryblessed/importation
azure flask generative-ai
Last synced: 3 months ago
JSON representation
A web application where students can receive scholarship funding and also further their Carrer.
- Host: GitHub
- URL: https://github.com/jerryblessed/importation
- Owner: Jerryblessed
- License: mit
- Created: 2023-11-15T13:08:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T08:16:09.000Z (over 2 years ago)
- Last Synced: 2025-07-26T01:39:07.650Z (12 months ago)
- Topics: azure, flask, generative-ai
- Language: Python
- Homepage: https://jerryblessed.pythonanywhere.com/
- Size: 7.45 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [AI Scholar Connect 📜 ](https://jerryblessed.pythonanywhere.com/)
Simple blog app built with Flask.
[Contact](mailto:jeremiah.ope@stu.cu.edu.ng)
### [Demo Video 📺](https://vimeo.com/891677797)
# [Achitecural diagram 📜 ](https://github.com/Jerryblessed/Importation/blob/main/computer%20vision/Aischolarconnect%20achitectural%20diagram.png)
## Features 💫
| Feature | Status |
| :--------------------- | :----: |
| Azure deployment | ✅ |
| Azure data base feaute | ✅ |
| Azure AI | ✅ |
| Google generative AI | ✅ |
| User Page | ✅ |
| User Login | ✅ |
| User Points | ✅ |
| User Delete | ✅ |
| User Log Out | ✅ |
| User Sign Up | ✅ |
| User Name Change | ✅ |
| User Settings Page | ✅ |
| User Profile Pictures | ✅ |
| Admin Panel | ✅ |
| Dashboard Page | ✅ |
| Password Reset | ✅ |
| Password Change | ✅ |
| Summer Note Editor | ✅ |
| Search Bar | ✅ |
| Post Edit | ✅ |
| Post Views | ✅ |
| Post Delete | ✅ |
| Post Creation | ✅ |
| Comment | ✅ |
| Comment Delete | ✅ |
| Logging | ✅ |
| Debug Messages | ✅ |
| Database Checker | ✅ |
| Dark/Light Themes | ✅ |
| Responsive Design | ✅ |
| Custom Profile Picture | ✅ |
| User Verification | ✅ |
##
Requirements 📦
- Flask
- Passlib
- WTForms
- Flask-WTF
- Google-generative-AI api
- Flaskwebgui ( if you run desktop.py )
- Python 3.10 or newer
## Installation guide on Windows local machine ⬇️
download source code from Github 💾
`git clone https://github.com/Jerryblessed/importation.git`
go to directory 📁
`cd softwarebank`
install requirements.txt 🔽
`pip install -r requirements.txt`
it's ready to run 🎉
`python app.py`
or
`python desktop.py`
for run flaskBlog as a desktop app 💯
## Installation guide on Azure cloud web app creation ⬇️
clone repository
Go to the Azure
Signup and Login
click on 'create a resource'
click on 'create Web App'
Select code radio button for 'publish'
Fill in instance name
Select runtime stack as Python3.11
create database as MySQL 💾
configure github and select repo which contains the code
Review and create project 📁
wait for it to build then run the app using the created projects link 💯
## Installation guide to create computer vision ⬇️
click on Azure AI services
select 'computer-vision' and follow thorugh the step similar to installation guide for web app creation