Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 22 hours ago
JSON representation

A web application where students can receive scholarship funding and also further their Carrer.

Awesome Lists containing this project

README

        

# [AI Scholar Connect 📜 ](https://jerryblessed.pythonanywhere.com/)

Simple blog app built with Flask.


[Contact](mailto:[email protected])

### [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